Toolchains: Header cleanup.

This commit is contained in:
Friedemann Kleint
2011-02-28 16:50:14 +01:00
parent e6d10c86ec
commit 562265d58c
37 changed files with 296 additions and 189 deletions

View File

@@ -35,12 +35,7 @@
#define CMAKERUNCONFIGURATION_H
#include <projectexplorer/applicationrunconfiguration.h>
#include <projectexplorer/persistentsettings.h>
#include <projectexplorer/environmentwidget.h>
#include <projectexplorer/toolchain.h>
#include <utils/environment.h>
#include <utils/pathchooser.h>
#include <utils/detailswidget.h>
QT_BEGIN_NAMESPACE
class QComboBox;
@@ -48,6 +43,12 @@ QT_END_NAMESPACE
namespace Utils {
class DebuggerLanguageChooser;
class PathChooser;
class DetailsWidget;
}
namespace ProjectExplorer {
class EnvironmentWidget;
}
namespace CMakeProjectManager {