Remove the unnecessary qdebug.h includes in the QPoint(F) tests
authorLaszlo Papp <lpapp@kde.org>
Tue, 24 Jul 2012 03:01:45 +0000 (04:01 +0100)
committerQt by Nokia <qt-info@nokia.com>
Tue, 24 Jul 2012 04:31:26 +0000 (06:31 +0200)
Change-Id: I5c45af9d498e20b46d6faf8c96de87586eca7b4a
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
tests/auto/corelib/tools/qpoint/tst_qpoint.cpp
tests/auto/corelib/tools/qpointf/tst_qpointf.cpp

index cb24325..8295cf9 100644 (file)
@@ -41,7 +41,6 @@
 
 #include <QtTest/QtTest>
 
-#include <qdebug.h>
 #include <qpoint.h>
 
 class tst_QPoint : public QObject
index df5efe8..d949de5 100644 (file)
@@ -41,7 +41,6 @@
 
 #include <QtTest/QtTest>
 
-#include <qdebug.h>
 #include <qpoint.h>
 
 class tst_QPointF : public QObject