Fixes: debugger: remove unneeded #include <window.h> that confused

some setups
This commit is contained in:
hjk
2009-02-18 12:22:41 +01:00
parent f921d68356
commit 072bd9d702

View File

@@ -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.