aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickpincharea
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@nokia.com>2012-07-04 12:39:26 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-13 17:01:28 +0200
commitd3e6cffa7f7f803cc216e801ed77b7be222d1aff (patch)
treeab34d5a566d39dd2781130fa0eddff81e4d0ddf1 /tests/auto/quick/qquickpincharea
parent5d480e52f8cc91c29d71687447fe77f2fa1f51fd (diff)
Remove unneeded qpa/qwindowsysteminterface.h includes
They caused a build failure. Change-Id: Id83623f079c80c59067a5b3fb3488ba8572ea453 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@nokia.com>
Diffstat (limited to 'tests/auto/quick/qquickpincharea')
-rw-r--r--tests/auto/quick/qquickpincharea/tst_qquickpincharea.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/quick/qquickpincharea/tst_qquickpincharea.cpp b/tests/auto/quick/qquickpincharea/tst_qquickpincharea.cpp
index f24daa30af..3f4937a3b6 100644
--- a/tests/auto/quick/qquickpincharea/tst_qquickpincharea.cpp
+++ b/tests/auto/quick/qquickpincharea/tst_qquickpincharea.cpp
@@ -46,7 +46,6 @@
#include <QtQuick/private/qquickrectangle_p.h>
#include <QtQuick/qquickview.h>
#include <QtQml/qqmlcontext.h>
-#include <qpa/qwindowsysteminterface.h>
#include "../../shared/util.h"
class tst_QQuickPinchArea: public QQmlDataTest