C++: remove superfluous forward defines.

Change-Id: I962e0fbafdb2281645b98779a421d1084d223570
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
This commit is contained in:
Erik Verbruggen
2013-12-10 14:33:55 +01:00
parent bdec951ee1
commit d20dd06abb
2 changed files with 0 additions and 2 deletions

View File

@@ -47,7 +47,6 @@ namespace TextEditor { class BaseTextEditorWidget; }
namespace CppTools { namespace CppTools {
class CppEditorSupport; class CppEditorSupport;
class CppHighlightingSupportFactory;
namespace Internal { namespace Internal {

View File

@@ -56,7 +56,6 @@ class ModelManagerSupport;
class CppCompletionAssistProvider; class CppCompletionAssistProvider;
class CppEditorSupport; class CppEditorSupport;
class CppHighlightingSupport; class CppHighlightingSupport;
class CppHighlightingSupportFactory;
class CppIndexingSupport; class CppIndexingSupport;
class CPPTOOLS_EXPORT ProjectPart class CPPTOOLS_EXPORT ProjectPart