From fc62feba6a0054f4eb864e3c57f0b576d44d8719 Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Mon, 2 May 2016 15:27:23 +0200 Subject: [PATCH] Project: Sort forward declarations Change-Id: I97b1ec0d899d940f901de1929f0976eab5ce8399 Reviewed-by: Tim Jenssen --- src/plugins/projectexplorer/project.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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