aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2012-06-05 08:29:10 +0200
committerJoerg Bornemann <joerg.bornemann@nokia.com>2012-06-05 16:32:01 +0200
commit700eaa21cb1b3cd3db490737527e7273cc025c12 (patch)
tree4eb84e9586411be24d20854d9800c5febf31ad0e
parentbf6f00d995ea1cf3a7320606a6f6694e4b56fae3 (diff)
remove needless windows.h include from executor.cpp
Change-Id: Ie6b9df5327ae72a041c31d952f1ff130e517f701 Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
-rw-r--r--src/lib/buildgraph/executor.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/buildgraph/executor.cpp b/src/lib/buildgraph/executor.cpp
index 94f58ea33..c59c5a779 100644
--- a/src/lib/buildgraph/executor.cpp
+++ b/src/lib/buildgraph/executor.cpp
@@ -46,10 +46,6 @@
#include <tools/logger.h>
#include <tools/progressobserver.h>
-#ifdef Q_OS_WIN32
-#include <Windows.h>
-#endif
-
#include <algorithm>
namespace qbs {