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