iOS: clean-up header includes

Try to keep qiosglobal.h free from unnecessary includes, since its
typically included from many different locations.

Change-Id: I6638bcaef1189b3eee3dbd5f744c15f8f7858d71
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@digia.com>
bb10
Richard Moe Gustavsen 2012-12-19 11:19:37 +01:00 committed by Tor Arne Vestbø
parent 1ff571142d
commit 9acae5ce0b
2 changed files with 2 additions and 4 deletions

View File

@ -43,9 +43,7 @@
#define QIOSGLOBAL_H
#import <UIKit/UIKit.h>
#import <QtCore/qglobal.h>
#import <QtGui/qguiapplication.h>
#import "qiosscreen.h"
#include <QtCore/QtCore>
@class QIOSViewController;

View File

@ -42,7 +42,7 @@
#include "qiosglobal.h"
#include "qiosapplicationdelegate.h"
#include "qiosviewcontroller.h"
#include <QtGui/qscreen.h>
#include "qiosscreen.h"
QT_BEGIN_NAMESPACE