From b8342ad6fd1ab3363baf3468173aa9bcdf0616eb Mon Sep 17 00:00:00 2001 From: Andy Shaw Date: Tue, 14 Feb 2012 16:39:08 +0100 Subject: Remove a couple of QtGui/QtGui header entries MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- src/gui/opengl/qopengltexturecache_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/opengl/qopengltexturecache_p.h') diff --git a/src/gui/opengl/qopengltexturecache_p.h b/src/gui/opengl/qopengltexturecache_p.h index 549a2f4eab..8ff20e9464 100644 --- a/src/gui/opengl/qopengltexturecache_p.h +++ b/src/gui/opengl/qopengltexturecache_p.h @@ -55,7 +55,7 @@ #include #include -#include +#include #include #include -- cgit v1.2.3