aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cpphighlighter.h
diff options
context:
space:
mode:
authorLaurent Montel <laurent.montel@kdab.com>2017-09-25 14:55:30 +0200
committerLaurent Montel <laurent.montel@kdab.com>2017-09-27 07:55:18 +0000
commitd0f59c0949225c55d54963ac350a2d73bd9a9bbc (patch)
tree4609097d7bd730bdf8687fca00f092da5e50f8ab /src/plugins/cppeditor/cpphighlighter.h
parentc4438cc4c306ff2232ce026ab5adb8f2bcad613d (diff)
CppEditor: Clean forward declaration
Change-Id: Id2a4d203e7a0c3405ca612aeb294b25be8a37323 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/cppeditor/cpphighlighter.h')
-rw-r--r--src/plugins/cppeditor/cpphighlighter.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/cppeditor/cpphighlighter.h b/src/plugins/cppeditor/cpphighlighter.h
index 536ea30b6c..2e4b870b04 100644
--- a/src/plugins/cppeditor/cpphighlighter.h
+++ b/src/plugins/cppeditor/cpphighlighter.h
@@ -35,7 +35,6 @@ namespace CppEditor {
namespace Internal {
-class CppEditorWidget;
class CppHighlighter : public TextEditor::SyntaxHighlighter
{