forked from qt-creator/qt-creator
Debugger: Remove some needless winutils include
Change-Id: I28964dcb4fcef122305b557835e51417035beb9f Reviewed-by: David Schulz <david.schulz@digia.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user