mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-24 01:39:42 +01:00
* Moved all includes to utils/Logger.h from header files to their
respectives source files.
This commit is contained in:
parent
7968e2ee71
commit
34244ebbd0
@ -22,6 +22,7 @@
|
||||
#include "TwitterConfigWidget.h"
|
||||
#include "accounts/twitter/TomahawkOAuthTwitter.h"
|
||||
#include "libtomahawk/infosystem/InfoSystem.h"
|
||||
#include "utils/Logger.h"
|
||||
#include "sip/SipPlugin.h"
|
||||
|
||||
#include <QTweetLib/qtweetaccountverifycredentials.h>
|
||||
|
@ -32,6 +32,9 @@
|
||||
#include "Query.h"
|
||||
#include "utils/Logger.h"
|
||||
|
||||
#include <echonest/CatalogUpdateEntry.h>
|
||||
#include <echonest/Config.h>
|
||||
|
||||
using namespace Tomahawk;
|
||||
|
||||
EchonestCatalogSynchronizer* EchonestCatalogSynchronizer::s_instance = 0;
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include "SourceList.h"
|
||||
#include "TomahawkSettings.h"
|
||||
#include "ResolverAccount.h"
|
||||
#include "utils/Logger.h"
|
||||
|
||||
#include <QtCore/QLibrary>
|
||||
#include <QtCore/QDir>
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include "AtticaManager.h"
|
||||
#include "ResolverAccount.h"
|
||||
#include "TomahawkSettings.h"
|
||||
#include "utils/Logger.h"
|
||||
|
||||
#ifndef ENABLE_HEADLESS
|
||||
#include <QMessageBox>
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include "Pipeline.h"
|
||||
#include "TomahawkSettings.h"
|
||||
#include "Source.h"
|
||||
#include "utils/Logger.h"
|
||||
|
||||
#include <QFile>
|
||||
#include <QFileInfo>
|
||||
|
@ -31,6 +31,7 @@
|
||||
#include "utils/Closure.h"
|
||||
#include "SpotifyInfoPlugin.h"
|
||||
#include "infosystem/InfoSystem.h"
|
||||
#include "utils/Logger.h"
|
||||
|
||||
#ifndef ENABLE_HEADLESS
|
||||
#include "jobview/JobStatusView.h"
|
||||
|
@ -29,7 +29,6 @@
|
||||
|
||||
#include "DllMacro.h"
|
||||
|
||||
#include "utils/Logger.h"
|
||||
|
||||
class DLLEXPORT DatabaseCommand_DeleteFiles : public DatabaseCommandLoggable
|
||||
{
|
||||
|
@ -33,10 +33,10 @@
|
||||
#include "utils/TomahawkUtils.h"
|
||||
#include "utils/Closure.h"
|
||||
#include "utils/Logger.h"
|
||||
|
||||
#include "taglib/fileref.h"
|
||||
|
||||
|
||||
|
||||
#include <QDialog>
|
||||
#include <QDialogButtonBox>
|
||||
#include <QFileInfo>
|
||||
|
@ -19,6 +19,8 @@
|
||||
|
||||
#include "SipInfo.h"
|
||||
|
||||
#include "utils/Logger.h"
|
||||
|
||||
#include <qjson/parser.h>
|
||||
#include <qjson/serializer.h>
|
||||
|
||||
|
@ -22,7 +22,6 @@
|
||||
#include <QSharedPointer>
|
||||
#include <QHostInfo>
|
||||
|
||||
#include "utils/Logger.h"
|
||||
#include "DllMacro.h"
|
||||
|
||||
class SipInfoPrivate;
|
||||
@ -66,5 +65,4 @@ private:
|
||||
DLLEXPORT QDebug operator<<( QDebug dbg, const SipInfo &info );
|
||||
DLLEXPORT bool operator==( const SipInfo& one, const SipInfo& two );
|
||||
|
||||
|
||||
#endif // SIPINFO_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user