Debugger: Remove some needless winutils include

Change-Id: I28964dcb4fcef122305b557835e51417035beb9f
Reviewed-by: David Schulz <david.schulz@digia.com>
This commit is contained in:
hjk
2014-02-19 14:57:49 +01:00
committed by David Schulz
parent 1840a89aff
commit c2015ea3dc

View File

@@ -46,10 +46,6 @@
#include <utils/persistentsettings.h>
#include <utils/qtcassert.h>
#ifdef Q_OS_WIN
#include <utils/winutils.h>
#endif
#include <QApplication>
#include <QComboBox>
#include <QDirIterator>
@@ -64,8 +60,6 @@
#include <QUuid>
using namespace ProjectExplorer;
using namespace Utils;
using namespace Debugger::Internal;
namespace Debugger {
namespace Internal {