forked from qt-creator/qt-creator
CppTools: Remove unneeded include
Change-Id: I8d49ac57f7e78c975798892681588a0c6db5ef0e Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user