summaryrefslogtreecommitdiffstats
path: root/src/gui/text
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/text
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/text')
-rw-r--r--src/gui/text/qfontmetrics.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/text/qfontmetrics.cpp b/src/gui/text/qfontmetrics.cpp
index e010dd62ae..d1477622c0 100644
--- a/src/gui/text/qfontmetrics.cpp
+++ b/src/gui/text/qfontmetrics.cpp
@@ -38,9 +38,6 @@
#include "qfont_p.h"
#include "qfontengine_p.h"
-#include <math.h>
-
-
QT_BEGIN_NAMESPACE