From 4eb64827515f7d72e3c5cf259c4bc2c1cc0d58bf Mon Sep 17 00:00:00 2001 From: Laszlo Papp Date: Tue, 24 Jul 2012 04:01:45 +0100 Subject: Remove the unnecessary qdebug.h includes in the QPoint(F) tests Change-Id: I5c45af9d498e20b46d6faf8c96de87586eca7b4a Reviewed-by: Rohan McGovern --- tests/auto/corelib/tools/qpoint/tst_qpoint.cpp | 1 - tests/auto/corelib/tools/qpointf/tst_qpointf.cpp | 1 - 2 files changed, 2 deletions(-) (limited to 'tests') 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 -#include #include 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 -#include #include class tst_QPointF : public QObject -- cgit v1.2.3