diff --git a/src/libtomahawk/Source.h b/src/libtomahawk/Source.h index 935dcc42e..e53b782c8 100644 --- a/src/libtomahawk/Source.h +++ b/src/libtomahawk/Source.h @@ -25,18 +25,12 @@ #include #include -#include "Typedefs.h" #include "accounts/AccountManager.h" +#include "collection/Collection.h" #include "network/DBSyncConnectionState.h" #include "utils/TomahawkUtils.h" - #include "DllMacro.h" - -// Forward Declarations breaking QSharedPointer -#if QT_VERSION < QT_VERSION_CHECK( 5, 0, 0 ) - #include "collection/Collection.h" -#endif - +#include "Typedefs.h" class ControlConnection; class DBSyncConnection;