Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/input/plugins/AlsaInputPlugin.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

#include <alsa/asoundlib.h>

#include <fmt/core.h>
#include <fmt/format.h>

#include <cassert>

Expand Down
2 changes: 1 addition & 1 deletion src/input/plugins/QobuzClient.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "lib/crypto/MD5.hxx"
#include "thread/ScopeUnlock.hxx"

#include <fmt/core.h>
#include <fmt/format.h>

#include <cassert>
#include <stdexcept>
Expand Down
2 changes: 1 addition & 1 deletion src/input/plugins/QobuzLoginRequest.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include "QobuzSession.hxx"
#include "lib/curl/Form.hxx"

#include <fmt/core.h>
#include <fmt/format.h>
#include <nlohmann/json.hpp>

#include <cassert>
Expand Down
2 changes: 1 addition & 1 deletion src/input/plugins/QobuzTrackRequest.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "QobuzErrorParser.hxx"
#include "QobuzClient.hxx"

#include <fmt/core.h>
#include <fmt/format.h>
#include <nlohmann/json.hpp>

using std::string_view_literals::operator""sv;
Expand Down
2 changes: 1 addition & 1 deletion src/lib/avahi/Publisher.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include <avahi-common/malloc.h>
#include <avahi-common/alternative.h>

#include <fmt/core.h>
#include <fmt/format.h>

#include <cassert>

Expand Down
2 changes: 1 addition & 1 deletion src/lib/nfs/FileReader.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#include <nfsc/libnfs.h> // for struct nfs_stat_64

#include <fmt/core.h>
#include <fmt/format.h>

#include <cassert>
#include <cstring>
Expand Down
2 changes: 1 addition & 1 deletion src/net/ToString.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include "IPv4Address.hxx"
#include "net/Features.hxx" // for HAVE_TCP, HAVE_IPV6, HAVE_UN

#include <fmt/core.h>
#include <fmt/format.h>

#include <algorithm>
#include <cassert>
Expand Down
2 changes: 1 addition & 1 deletion src/output/plugins/httpd/HttpdClient.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include "util/StringSplit.hxx"
#include "Log.hxx"

#include <fmt/core.h>
#include <fmt/format.h>

#include <cassert>

Expand Down
2 changes: 1 addition & 1 deletion src/output/plugins/httpd/IcyMetaDataServer.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "tag/Tag.hxx"
#include "util/TruncateString.hxx"

#include <fmt/core.h>
#include <fmt/format.h>

#include <iterator>

Expand Down
2 changes: 1 addition & 1 deletion src/song/AddedSinceSongFilter.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include "time/ISO8601.hxx"
#include "util/StringBuffer.hxx"

#include <fmt/core.h>
#include <fmt/format.h>

using std::string_view_literals::operator""sv;

Expand Down
2 changes: 1 addition & 1 deletion src/song/AudioFormatSongFilter.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "LightSong.hxx"
#include "util/StringBuffer.hxx"

#include <fmt/core.h>
#include <fmt/format.h>

using std::string_view_literals::operator""sv;

Expand Down
2 changes: 1 addition & 1 deletion src/song/ModifiedSinceSongFilter.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include "time/ISO8601.hxx"
#include "util/StringBuffer.hxx"

#include <fmt/core.h>
#include <fmt/format.h>

using std::string_view_literals::operator""sv;

Expand Down
2 changes: 1 addition & 1 deletion src/storage/plugins/NfsStorage.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ extern "C" {
#include <nfsc/libnfs-raw-nfs.h>
}

#include <fmt/core.h>
#include <fmt/format.h>

#include <cassert>
#include <string>
Expand Down
Loading