CppTools: Remove cpptools/cppprojects.[h|cpp]

Change-Id: Ida0e8552d371972c141cf561b28667f4428c6fff
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
Marco Bubke
2016-01-12 12:51:33 +01:00
parent 68bd9a881f
commit ddd1d4c9cc
30 changed files with 37 additions and 125 deletions

View File

@@ -34,7 +34,8 @@
#include "cpptools_global.h"
#include "cppmodelmanagersupport.h"
#include "cppprojects.h"
#include "projectpart.h"
#include "projectpartheaderpath.h"
#include <cplusplus/cppmodelmanagerbase.h>
@@ -60,6 +61,7 @@ class CppEditorDocumentHandle;
class CppIndexingSupport;
class SymbolFinder;
class WorkingCopy;
class ProjectInfo;
namespace Internal {
class CppSourceProcessor;