CppTools: Remove unneeded include

Change-Id: I8d49ac57f7e78c975798892681588a0c6db5ef0e
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Nikolai Kosjar
2017-02-14 16:09:15 +01:00
parent a13e666cb7
commit 444e496f5d

View File

@@ -27,7 +27,6 @@
#include "cpptools_global.h" #include "cpptools_global.h"
#include "cppmodelmanagersupport.h"
#include "projectinfo.h" #include "projectinfo.h"
#include "projectpart.h" #include "projectpart.h"
#include "projectpartheaderpath.h" #include "projectpartheaderpath.h"
@@ -38,7 +37,6 @@
#include <QObject> #include <QObject>
#include <QStringList> #include <QStringList>
namespace Core { namespace Core {
class IDocument; class IDocument;
class IEditor; class IEditor;
@@ -54,6 +52,7 @@ class BaseEditorDocumentProcessor;
class CppCompletionAssistProvider; class CppCompletionAssistProvider;
class CppEditorDocumentHandle; class CppEditorDocumentHandle;
class CppIndexingSupport; class CppIndexingSupport;
class ModelManagerSupportProvider;
class RefactoringEngineInterface; class RefactoringEngineInterface;
class SymbolFinder; class SymbolFinder;
class WorkingCopy; class WorkingCopy;