diff --git a/src/plugins/projectexplorer/project.h b/src/plugins/projectexplorer/project.h index d407953f305..798a2e1cd7a 100644 --- a/src/plugins/projectexplorer/project.h +++ b/src/plugins/projectexplorer/project.h @@ -44,15 +44,15 @@ namespace Utils { class MacroExpander; } namespace ProjectExplorer { class BuildInfo; -class IProjectManager; class EditorConfiguration; -class ProjectImporter; -class ProjectNode; +class IProjectManager; class Kit; class KitMatcher; class NamedWidget; -class Target; +class ProjectImporter; +class ProjectNode; class ProjectPrivate; +class Target; // Documentation inside. class PROJECTEXPLORER_EXPORT Project : public QObject