summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-01-14 11:55:35 +0100
committerAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2015-02-04 15:31:41 +0000
commite1c931582903f13e5c17627c64ab6b06bdde4bdd (patch)
treea4f4f2301c09422964a95ceee63c14c489d38f05 /src/corelib/tools
parent40ebda3efbcf00c3393cb70c9eee203c68a57311 (diff)
Remove unnecessary math.h and limits.h includes
Change-Id: I28c898f869ed3f03b08ff55f2972a38667c755ad Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'src/corelib/tools')
-rw-r--r--src/corelib/tools/qrect.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/corelib/tools/qrect.cpp b/src/corelib/tools/qrect.cpp
index 25e86d9160..ed53db0838 100644
--- a/src/corelib/tools/qrect.cpp
+++ b/src/corelib/tools/qrect.cpp
@@ -36,8 +36,6 @@
#include "qdebug.h"
#include "qmath.h"
-#include <math.h>
-
QT_BEGIN_NAMESPACE
/*!