From 296bbf93eb4fca6c8389b9ec3a080a50bce2a6be Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Tue, 23 Jul 2013 17:04:14 +0200 Subject: [PATCH] Forward declarations still output warnings with qt5 --- src/libtomahawk/Source.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) 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;