summaryrefslogtreecommitdiffstats
path: root/qmake/generators
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2012-09-05 15:07:42 +0200
committerQt by Nokia <qt-info@nokia.com>2012-09-09 18:30:43 +0200
commit67cb9e24e5cd08b07715cd1053b9cbd7ebbd560d (patch)
treed10e87d6aa52b4d1bdb7dec9f71a6df9ac3c32eb /qmake/generators
parent4d3a53305f8638ff60d32a548d94b3c603e5ffcd (diff)
Removing duplicate includes
Do not include a header more than once Change-Id: Ia2e5d66e72988ad833cf5177a3f8aa988bf510e9 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'qmake/generators')
-rw-r--r--qmake/generators/makefile.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/qmake/generators/makefile.cpp b/qmake/generators/makefile.cpp
index 22a8b32017..2f7e8c7bab 100644
--- a/qmake/generators/makefile.cpp
+++ b/qmake/generators/makefile.cpp
@@ -57,7 +57,6 @@
#else
#include <io.h>
#endif
-#include <qdebug.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>