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

confused
This commit is contained in:
hjk
2009-02-18 12:25:22 +01:00
parent 8c14daf980
commit f338c4eed7

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.