diff --git a/src/core/song.cpp b/src/core/song.cpp index c990fb3ae..d7465ba00 100644 --- a/src/core/song.cpp +++ b/src/core/song.cpp @@ -45,9 +45,9 @@ #ifdef HAVE_LIBLASTFM #include "internet/lastfm/fixlastfm.h" #ifdef HAVE_LIBLASTFM1 -#include +#include #else -#include +#include #endif #endif diff --git a/src/internet/lastfm/lastfmservice.cpp b/src/internet/lastfm/lastfmservice.cpp index ba7430b47..dbdd8ac6c 100644 --- a/src/internet/lastfm/lastfmservice.cpp +++ b/src/internet/lastfm/lastfmservice.cpp @@ -36,9 +36,9 @@ #include #ifdef HAVE_LIBLASTFM1 -#include +#include #else -#include +#include #endif #include "lastfmcompat.h" diff --git a/src/internet/lastfm/lastfmsettingspage.cpp b/src/internet/lastfm/lastfmsettingspage.cpp index 22313aece..ac883aa5b 100644 --- a/src/internet/lastfm/lastfmsettingspage.cpp +++ b/src/internet/lastfm/lastfmsettingspage.cpp @@ -22,7 +22,7 @@ #include "lastfmsettingspage.h" #include "ui_lastfmsettingspage.h" -#include +#include #include #include diff --git a/src/songinfo/echonestbiographies.cpp b/src/songinfo/echonestbiographies.cpp index 1f060529a..ff0db2c88 100644 --- a/src/songinfo/echonestbiographies.cpp +++ b/src/songinfo/echonestbiographies.cpp @@ -19,7 +19,7 @@ #include -#include +#include #include "songinfotextview.h" #include "core/logging.h" diff --git a/src/songinfo/echonestimages.cpp b/src/songinfo/echonestimages.cpp index 08256e3e5..630074ba0 100644 --- a/src/songinfo/echonestimages.cpp +++ b/src/songinfo/echonestimages.cpp @@ -19,7 +19,7 @@ #include -#include +#include #include "core/logging.h" diff --git a/src/songinfo/echonestsimilarartists.cpp b/src/songinfo/echonestsimilarartists.cpp index b481d4c32..210e6cc33 100644 --- a/src/songinfo/echonestsimilarartists.cpp +++ b/src/songinfo/echonestsimilarartists.cpp @@ -20,7 +20,7 @@ #include "core/logging.h" #include "ui/iconloader.h" -#include +#include Q_DECLARE_METATYPE(QVector); diff --git a/src/songinfo/echonesttags.cpp b/src/songinfo/echonesttags.cpp index 7911cecf4..4a8f2c111 100644 --- a/src/songinfo/echonesttags.cpp +++ b/src/songinfo/echonesttags.cpp @@ -19,7 +19,7 @@ #include -#include +#include #include "tagwidget.h" #include "core/logging.h" diff --git a/src/songinfo/songkickconcerts.cpp b/src/songinfo/songkickconcerts.cpp index 0f21633cf..ce1337226 100644 --- a/src/songinfo/songkickconcerts.cpp +++ b/src/songinfo/songkickconcerts.cpp @@ -24,7 +24,7 @@ #include #include -#include +#include #include "core/closure.h" #include "core/logging.h" diff --git a/tests/albumcoverfetcher_test.cpp b/tests/albumcoverfetcher_test.cpp index a1a052c05..c96011fe8 100644 --- a/tests/albumcoverfetcher_test.cpp +++ b/tests/albumcoverfetcher_test.cpp @@ -18,7 +18,7 @@ #include "core/albumcoverfetcher.h" #include "core/networkaccessmanager.h" -#include +#include #include #include