summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2009-02-18 12:25:22 +0100
committerhjk <qtc-committer@nokia.com>2009-02-18 12:25:22 +0100
commitf338c4eed709412eadd9c5f66ed0d928474ecd91 (patch)
tree058396d079603ae7b21d6f52a623c54240784901
parent8c14daf980d15bd5614e38fe79e0a04404c2f536 (diff)
downloadqt-creator-f338c4eed709412eadd9c5f66ed0d928474ecd91.tar.gz
Fixes: Fixes: backport debugger: remove unneeded #include <window.h> that
confused
-rw-r--r--share/qtcreator/gdbmacros/gdbmacros.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/share/qtcreator/gdbmacros/gdbmacros.cpp b/share/qtcreator/gdbmacros/gdbmacros.cpp
index ae00613350..9784c8f657 100644
--- a/share/qtcreator/gdbmacros/gdbmacros.cpp
+++ b/share/qtcreator/gdbmacros/gdbmacros.cpp
@@ -70,10 +70,6 @@ int qtGhVersion = QT_VERSION;
#include <stdio.h>
#include <unistd.h>
-#ifdef Q_OS_WIN
-# include <windows.h>
-#endif
-
/*!
\class QDumper
\brief Helper class for producing "nice" output in Qt Creator's debugger.