summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2012-07-24 04:01:45 +0100
committerQt by Nokia <qt-info@nokia.com>2012-07-24 06:31:26 +0200
commit4eb64827515f7d72e3c5cf259c4bc2c1cc0d58bf (patch)
tree7cc93d820d45c64d1116e788937841656c6ffd9f /tests
parentf83954c6310cba1529017601bf88a82e2a16ec94 (diff)
Remove the unnecessary qdebug.h includes in the QPoint(F) tests
Change-Id: I5c45af9d498e20b46d6faf8c96de87586eca7b4a Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/corelib/tools/qpoint/tst_qpoint.cpp1
-rw-r--r--tests/auto/corelib/tools/qpointf/tst_qpointf.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/corelib/tools/qpoint/tst_qpoint.cpp b/tests/auto/corelib/tools/qpoint/tst_qpoint.cpp
index cb24325765..8295cf964d 100644
--- a/tests/auto/corelib/tools/qpoint/tst_qpoint.cpp
+++ b/tests/auto/corelib/tools/qpoint/tst_qpoint.cpp
@@ -41,7 +41,6 @@
#include <QtTest/QtTest>
-#include <qdebug.h>
#include <qpoint.h>
class tst_QPoint : public QObject
diff --git a/tests/auto/corelib/tools/qpointf/tst_qpointf.cpp b/tests/auto/corelib/tools/qpointf/tst_qpointf.cpp
index df5efe88ca..d949de5143 100644
--- a/tests/auto/corelib/tools/qpointf/tst_qpointf.cpp
+++ b/tests/auto/corelib/tools/qpointf/tst_qpointf.cpp
@@ -41,7 +41,6 @@
#include <QtTest/QtTest>
-#include <qdebug.h>
#include <qpoint.h>
class tst_QPointF : public QObject