forked from qt-creator/qt-creator
ProjectExplorer: Sanitize some #includes
Change-Id: I791c6ff37d0adfa6b1a25f33f0803090c5b64204 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -37,6 +37,7 @@
|
|||||||
|
|
||||||
#include <utils/algorithm.h>
|
#include <utils/algorithm.h>
|
||||||
#include <utils/fileutils.h>
|
#include <utils/fileutils.h>
|
||||||
|
#include <utils/icon.h>
|
||||||
#include <utils/stringutils.h>
|
#include <utils/stringutils.h>
|
||||||
#include <utils/theme/theme.h>
|
#include <utils/theme/theme.h>
|
||||||
|
|
||||||
|
|||||||
@@ -33,13 +33,7 @@
|
|||||||
|
|
||||||
#include <utils/environment.h>
|
#include <utils/environment.h>
|
||||||
#include <utils/port.h>
|
#include <utils/port.h>
|
||||||
#include <utils/processhandle.h>
|
|
||||||
#include <utils/qtcassert.h>
|
|
||||||
#include <utils/icon.h>
|
|
||||||
|
|
||||||
#include <QHash>
|
|
||||||
#include <QPointer>
|
|
||||||
#include <QVariant>
|
|
||||||
#include <QWidget>
|
#include <QWidget>
|
||||||
|
|
||||||
#include <functional>
|
#include <functional>
|
||||||
@@ -54,16 +48,8 @@ class Runnable;
|
|||||||
class RunConfigurationFactory;
|
class RunConfigurationFactory;
|
||||||
class RunConfiguration;
|
class RunConfiguration;
|
||||||
class RunConfigurationCreationInfo;
|
class RunConfigurationCreationInfo;
|
||||||
class RunControl;
|
|
||||||
class RunWorkerFactory;
|
|
||||||
class Target;
|
class Target;
|
||||||
|
|
||||||
namespace Internal {
|
|
||||||
class RunControlPrivate;
|
|
||||||
class RunWorkerPrivate;
|
|
||||||
class SimpleRunControlPrivate;
|
|
||||||
} // Internal
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* An interface for a hunk of global or per-project
|
* An interface for a hunk of global or per-project
|
||||||
* configuration data.
|
* configuration data.
|
||||||
|
|||||||
@@ -29,6 +29,8 @@
|
|||||||
#include "applicationlauncher.h"
|
#include "applicationlauncher.h"
|
||||||
#include "environmentaspect.h"
|
#include "environmentaspect.h"
|
||||||
|
|
||||||
|
#include <QPointer>
|
||||||
|
|
||||||
QT_BEGIN_NAMESPACE
|
QT_BEGIN_NAMESPACE
|
||||||
class QCheckBox;
|
class QCheckBox;
|
||||||
class QPlainTextEdit;
|
class QPlainTextEdit;
|
||||||
|
|||||||
@@ -30,6 +30,7 @@
|
|||||||
|
|
||||||
#include <utils/fileutils.h>
|
#include <utils/fileutils.h>
|
||||||
#include <utils/pathchooser.h>
|
#include <utils/pathchooser.h>
|
||||||
|
#include <utils/theme/theme.h>
|
||||||
#include <utils/winutils.h>
|
#include <utils/winutils.h>
|
||||||
|
|
||||||
#include <coreplugin/coreconstants.h>
|
#include <coreplugin/coreconstants.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user