forked from qt-creator/qt-creator
Fixes: debugger: remove unneeded #include <window.h> that confused
some setups
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user