Removed a couple of header entries since they were causing build
problems on Mac. Additionally it is a bit much to include QtGui/QtGui
in a private header file. Added in an include to QCache and QGradient
which was necessary afterwards.
Change-Id: I442efc799a4c81b50ec30d58f1aedfb08e686fcb
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
#include <QMultiHash>
#include <QObject>
-#include <QtGui/QtGui>
#include <private/qopenglcontext_p.h>
#include <QtCore/qmutex.h>
+#include <QGradient>
QT_BEGIN_NAMESPACE
#include <QHash>
#include <QObject>
-#include <QtGui/QtGui>
+#include <QCache>
#include <private/qopenglcontext_p.h>
#include <QtCore/qmutex.h>