Skip to content
Snippets Groups Projects
Commit 96a5245d authored by Eike Ziller's avatar Eike Ziller
Browse files
parents 599be01a 92207c96
No related branches found
No related tags found
No related merge requests found
Showing
with 18 additions and 18 deletions
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
#include <QString> #include <QString>
#include <QVector> #include <QVector>
#include <projectexplorer/abi.h> #include <projectexplorer/abi.h>
#include <utils/fileutils.h>
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE
class QSettings; class QSettings;
......
...@@ -41,6 +41,7 @@ ...@@ -41,6 +41,7 @@
#include <debugger/debuggerstartparameters.h> #include <debugger/debuggerstartparameters.h>
#include <projectexplorer/target.h> #include <projectexplorer/target.h>
#include <projectexplorer/toolchain.h>
#include <qt4projectmanager/qt4buildconfiguration.h> #include <qt4projectmanager/qt4buildconfiguration.h>
#include <qt4projectmanager/qt4nodes.h> #include <qt4projectmanager/qt4nodes.h>
#include <qt4projectmanager/qt4project.h> #include <qt4projectmanager/qt4project.h>
......
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
#include <projectexplorer/buildsteplist.h> #include <projectexplorer/buildsteplist.h>
#include <projectexplorer/target.h> #include <projectexplorer/target.h>
#include <projectexplorer/toolchain.h>
#include <qt4projectmanager/qt4project.h> #include <qt4projectmanager/qt4project.h>
#include <qtsupport/qtkitinformation.h> #include <qtsupport/qtkitinformation.h>
......
...@@ -40,12 +40,14 @@ ...@@ -40,12 +40,14 @@
#include "makefileparserthread.h" #include "makefileparserthread.h"
#include <projectexplorer/abi.h> #include <projectexplorer/abi.h>
#include <projectexplorer/toolchain.h>
#include <projectexplorer/kitmanager.h> #include <projectexplorer/kitmanager.h>
#include <projectexplorer/kitinformation.h> #include <projectexplorer/kitinformation.h>
#include <projectexplorer/buildconfiguration.h> #include <projectexplorer/buildconfiguration.h>
#include <projectexplorer/buildsteplist.h> #include <projectexplorer/buildsteplist.h>
#include <projectexplorer/projectexplorerconstants.h> #include <projectexplorer/projectexplorerconstants.h>
#include <projectexplorer/target.h> #include <projectexplorer/target.h>
#include <projectexplorer/headerpath.h>
#include <extensionsystem/pluginmanager.h> #include <extensionsystem/pluginmanager.h>
#include <cpptools/ModelManagerInterface.h> #include <cpptools/ModelManagerInterface.h>
#include <coreplugin/icore.h> #include <coreplugin/icore.h>
......
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
#include "cdb/cdbengine.h" #include "cdb/cdbengine.h"
#include <coreplugin/icore.h> #include <coreplugin/icore.h>
#include <projectexplorer/toolchain.h>
#include <utils/pathchooser.h> #include <utils/pathchooser.h>
#include <utils/fancylineedit.h> #include <utils/fancylineedit.h>
#include <utils/qtcassert.h> #include <utils/qtcassert.h>
......
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
#include <projectexplorer/abi.h> #include <projectexplorer/abi.h>
#include <projectexplorer/projectexplorerconstants.h> #include <projectexplorer/projectexplorerconstants.h>
#include <projectexplorer/toolchain.h>
#include <projectexplorer/toolchainmanager.h> #include <projectexplorer/toolchainmanager.h>
#include <utils/environment.h> #include <utils/environment.h>
......
...@@ -82,6 +82,7 @@ ...@@ -82,6 +82,7 @@
#include <projectexplorer/localapplicationrunconfiguration.h> #include <projectexplorer/localapplicationrunconfiguration.h>
#include <projectexplorer/buildmanager.h> #include <projectexplorer/buildmanager.h>
#include <projectexplorer/toolchain.h>
#include <projectexplorer/devicesupport/deviceprocesslist.h> #include <projectexplorer/devicesupport/deviceprocesslist.h>
#include <projectexplorer/devicesupport/deviceprocessesdialog.h> #include <projectexplorer/devicesupport/deviceprocessesdialog.h>
#include <projectexplorer/projectexplorer.h> #include <projectexplorer/projectexplorer.h>
......
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
#include "debuggerstartparameters.h" #include "debuggerstartparameters.h"
#include <projectexplorer/kitchooser.h> #include <projectexplorer/kitchooser.h>
#include <projectexplorer/devicesupport/deviceprocesslist.h>
#include <projectexplorer/devicesupport/deviceprocessesdialog.h> #include <projectexplorer/devicesupport/deviceprocessesdialog.h>
#include <projectexplorer/devicesupport/deviceusedportsgatherer.h> #include <projectexplorer/devicesupport/deviceusedportsgatherer.h>
#include <ssh/sshremoteprocessrunner.h> #include <ssh/sshremoteprocessrunner.h>
......
...@@ -50,6 +50,7 @@ ...@@ -50,6 +50,7 @@
#include <utils/savedaction.h> #include <utils/savedaction.h>
#include <utils/fancylineedit.h> #include <utils/fancylineedit.h>
#include <utils/fileutils.h>
namespace Debugger { namespace Debugger {
namespace Internal { namespace Internal {
......
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
#include "genericprojectnodes.h" #include "genericprojectnodes.h"
#include "genericproject.h" #include "genericproject.h"
#include <utils/fileutils.h>
#include <coreplugin/idocument.h> #include <coreplugin/idocument.h>
#include <projectexplorer/projectexplorer.h> #include <projectexplorer/projectexplorer.h>
......
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
#include <coreplugin/idocument.h> #include <coreplugin/idocument.h>
#include <projectexplorer/project.h> #include <projectexplorer/project.h>
#include <projectexplorer/target.h> #include <projectexplorer/target.h>
#include <projectexplorer/toolchain.h>
#include <qt4projectmanager/qmakestep.h> #include <qt4projectmanager/qmakestep.h>
#include <qt4projectmanager/qt4buildconfiguration.h> #include <qt4projectmanager/qt4buildconfiguration.h>
#include <qtsupport/baseqtversion.h> #include <qtsupport/baseqtversion.h>
......
...@@ -29,7 +29,8 @@ ...@@ -29,7 +29,8 @@
#include "abi.h" #include "abi.h"
#include <QCoreApplication> #include <utils/fileutils.h>
#include <QDebug> #include <QDebug>
#include <QtEndian> #include <QtEndian>
#include <QFile> #include <QFile>
......
...@@ -32,10 +32,10 @@ ...@@ -32,10 +32,10 @@
#include "projectexplorer_export.h" #include "projectexplorer_export.h"
#include <utils/fileutils.h>
#include <QList> #include <QList>
namespace Utils { class FileName; }
namespace ProjectExplorer { namespace ProjectExplorer {
// -------------------------------------------------------------------------- // --------------------------------------------------------------------------
......
...@@ -33,14 +33,10 @@ ...@@ -33,14 +33,10 @@
#include <projectexplorer/projectexplorer.h> #include <projectexplorer/projectexplorer.h>
#include <projectexplorer/projectexplorersettings.h> #include <projectexplorer/projectexplorersettings.h>
#include <projectexplorer/gcctoolchain.h>
#include <utils/fileutils.h>
#include <utils/qtcprocess.h> #include <utils/qtcprocess.h>
#include <utils/synchronousprocess.h> #include <utils/synchronousprocess.h>
#include <QFileInfo>
#include <QDir> #include <QDir>
#include <QTemporaryFile> #include <QTemporaryFile>
......
...@@ -32,8 +32,10 @@ ...@@ -32,8 +32,10 @@
#include "toolchain.h" #include "toolchain.h"
#include "abi.h" #include "abi.h"
#include "headerpath.h"
#include <utils/environment.h> #include <utils/environment.h>
#include <utils/fileutils.h>
namespace ProjectExplorer { namespace ProjectExplorer {
namespace Internal { namespace Internal {
......
...@@ -29,17 +29,14 @@ ...@@ -29,17 +29,14 @@
#include "abstractprocessstep.h" #include "abstractprocessstep.h"
#include "ansifilterparser.h" #include "ansifilterparser.h"
#include "buildconfiguration.h"
#include "buildstep.h" #include "buildstep.h"
#include "ioutputparser.h" #include "ioutputparser.h"
#include "project.h" #include "project.h"
#include "target.h"
#include "task.h" #include "task.h"
#include <utils/qtcassert.h> #include <utils/qtcassert.h>
#include <utils/qtcprocess.h> #include <utils/qtcprocess.h>
#include <QEventLoop>
#include <QTimer> #include <QTimer>
#include <QDir> #include <QDir>
......
...@@ -32,8 +32,6 @@ ...@@ -32,8 +32,6 @@
#include "session.h" #include "session.h"
#include "project.h" #include "project.h"
#include <QVariant>
using namespace Core; using namespace Core;
using namespace Locator; using namespace Locator;
using namespace ProjectExplorer; using namespace ProjectExplorer;
......
...@@ -33,7 +33,6 @@ ...@@ -33,7 +33,6 @@
#include <locator/basefilefilter.h> #include <locator/basefilefilter.h>
#include <QFutureInterface> #include <QFutureInterface>
#include <QString>
namespace ProjectExplorer { namespace ProjectExplorer {
......
...@@ -34,16 +34,13 @@ ...@@ -34,16 +34,13 @@
#include "projectexplorer.h" #include "projectexplorer.h"
#include "editorconfiguration.h" #include "editorconfiguration.h"
#include <utils/qtcassert.h>
#include <texteditor/itexteditor.h> #include <texteditor/itexteditor.h>
#include <coreplugin/editormanager/editormanager.h>
#include <QSettings> #include <QSettings>
#include <QRegExp> #include <QRegExp>
#include <QGridLayout> #include <QGridLayout>
#include <QLabel> #include <QLabel>
#include <QHBoxLayout>
using namespace Find; using namespace Find;
using namespace ProjectExplorer; using namespace ProjectExplorer;
......
...@@ -40,14 +40,12 @@ ...@@ -40,14 +40,12 @@
#include <utils/winutils.h> #include <utils/winutils.h>
#endif #endif
#include <QTimer>
#include <QTextCodec> #include <QTextCodec>
#ifdef Q_OS_WIN #ifdef Q_OS_WIN
#include <windows.h> #include <windows.h>
#endif #endif
#include "projectexplorerconstants.h"
#include "projectexplorer.h" #include "projectexplorer.h"
#include "projectexplorersettings.h" #include "projectexplorersettings.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment