From d3e6cffa7f7f803cc216e801ed77b7be222d1aff Mon Sep 17 00:00:00 2001 From: Shawn Rutledge Date: Wed, 4 Jul 2012 12:39:26 +0200 Subject: [PATCH] Remove unneeded qpa/qwindowsysteminterface.h includes They caused a build failure. Change-Id: Id83623f079c80c59067a5b3fb3488ba8572ea453 Reviewed-by: Frederik Gladhorn --- tests/auto/quick/qquickcanvas/tst_qquickcanvas.cpp | 1 - tests/auto/quick/qquickdroparea/tst_qquickdroparea.cpp | 1 - tests/auto/quick/qquickitem/tst_qquickitem.cpp | 1 - .../quick/qquickmultipointtoucharea/tst_qquickmultipointtoucharea.cpp | 1 - tests/auto/quick/qquickpincharea/tst_qquickpincharea.cpp | 1 - 5 files changed, 5 deletions(-) diff --git a/tests/auto/quick/qquickcanvas/tst_qquickcanvas.cpp b/tests/auto/quick/qquickcanvas/tst_qquickcanvas.cpp index badec53..3c684a6 100644 --- a/tests/auto/quick/qquickcanvas/tst_qquickcanvas.cpp +++ b/tests/auto/quick/qquickcanvas/tst_qquickcanvas.cpp @@ -47,7 +47,6 @@ #include #include #include -#include #include "../../shared/util.h" #include #include diff --git a/tests/auto/quick/qquickdroparea/tst_qquickdroparea.cpp b/tests/auto/quick/qquickdroparea/tst_qquickdroparea.cpp index 47e458b..5480c0c 100644 --- a/tests/auto/quick/qquickdroparea/tst_qquickdroparea.cpp +++ b/tests/auto/quick/qquickdroparea/tst_qquickdroparea.cpp @@ -47,7 +47,6 @@ #include #include -#include #include template static T evaluate(QObject *scope, const QString &expression) diff --git a/tests/auto/quick/qquickitem/tst_qquickitem.cpp b/tests/auto/quick/qquickitem/tst_qquickitem.cpp index e889e59..6a13f41 100644 --- a/tests/auto/quick/qquickitem/tst_qquickitem.cpp +++ b/tests/auto/quick/qquickitem/tst_qquickitem.cpp @@ -41,7 +41,6 @@ #include -#include #include #include #include diff --git a/tests/auto/quick/qquickmultipointtoucharea/tst_qquickmultipointtoucharea.cpp b/tests/auto/quick/qquickmultipointtoucharea/tst_qquickmultipointtoucharea.cpp index fa5fb58..f657268 100644 --- a/tests/auto/quick/qquickmultipointtoucharea/tst_qquickmultipointtoucharea.cpp +++ b/tests/auto/quick/qquickmultipointtoucharea/tst_qquickmultipointtoucharea.cpp @@ -41,7 +41,6 @@ #include #include -#include #include #include #include diff --git a/tests/auto/quick/qquickpincharea/tst_qquickpincharea.cpp b/tests/auto/quick/qquickpincharea/tst_qquickpincharea.cpp index f24daa3..3f4937a 100644 --- a/tests/auto/quick/qquickpincharea/tst_qquickpincharea.cpp +++ b/tests/auto/quick/qquickpincharea/tst_qquickpincharea.cpp @@ -46,7 +46,6 @@ #include #include #include -#include #include "../../shared/util.h" class tst_QQuickPinchArea: public QQmlDataTest -- 2.7.4