summaryrefslogtreecommitdiffstats
path: root/src/gui/image
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/gui/image
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/gui/image')
-rw-r--r--src/gui/image/qimage.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/image/qimage.cpp b/src/gui/image/qimage.cpp
index 38fa2df906..ade30b9d77 100644
--- a/src/gui/image/qimage.cpp
+++ b/src/gui/image/qimage.cpp
@@ -47,7 +47,6 @@
#include <ctype.h>
#include <stdlib.h>
#include <limits.h>
-#include <math.h>
#include <qpa/qplatformpixmap.h>
#include <private/qdrawhelper_p.h>
#include <private/qmemrotate_p.h>