summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qspinbox.cpp
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/widgets/widgets/qspinbox.cpp
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/widgets/widgets/qspinbox.cpp')
-rw-r--r--src/widgets/widgets/qspinbox.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/widgets/widgets/qspinbox.cpp b/src/widgets/widgets/qspinbox.cpp
index 3fe1218b87..3e5f690f5b 100644
--- a/src/widgets/widgets/qspinbox.cpp
+++ b/src/widgets/widgets/qspinbox.cpp
@@ -41,7 +41,6 @@
#include <qvalidator.h>
#include <qdebug.h>
-#include <math.h>
#include <float.h>
QT_BEGIN_NAMESPACE