Remove the unnecessary qdebug.h includes in the QPoint(F) tests

Change-Id: I5c45af9d498e20b46d6faf8c96de87586eca7b4a
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
Laszlo Papp 2012-07-24 04:01:45 +01:00 committed by Qt by Nokia
parent f83954c631
commit 4eb6482751
2 changed files with 0 additions and 2 deletions

View File

@ -41,7 +41,6 @@
#include <QtTest/QtTest>
#include <qdebug.h>
#include <qpoint.h>
class tst_QPoint : public QObject

View File

@ -41,7 +41,6 @@
#include <QtTest/QtTest>
#include <qdebug.h>
#include <qpoint.h>
class tst_QPointF : public QObject