aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/syntaxhighlighter.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2013-03-26 15:56:33 +0100
committerFriedemann Kleint <Friedemann.Kleint@digia.com>2013-03-27 07:15:31 +0100
commit3a806d425270ddba1638877e132faae6f341c325 (patch)
tree044f3284dd242968815141e1e37ce9cdffd0f339 /src/plugins/texteditor/syntaxhighlighter.cpp
parent5765bc90a01b743bce0300f968623510c2e8f468 (diff)
Clean headers in TextEditor.
Change-Id: Ie679e7e9d0d20a0f71dcc1fcf0f7d8305eeeeced Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
Diffstat (limited to 'src/plugins/texteditor/syntaxhighlighter.cpp')
-rw-r--r--src/plugins/texteditor/syntaxhighlighter.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/plugins/texteditor/syntaxhighlighter.cpp b/src/plugins/texteditor/syntaxhighlighter.cpp
index 1a2776dc76e..ed75207816f 100644
--- a/src/plugins/texteditor/syntaxhighlighter.cpp
+++ b/src/plugins/texteditor/syntaxhighlighter.cpp
@@ -31,13 +31,6 @@
#include "basetextdocument.h"
#include "basetextdocumentlayout.h"
-#include <qtextdocument.h>
-#include <qtextlayout.h>
-#include <qpointer.h>
-#include <qtextobject.h>
-#include <qtextcursor.h>
-#include <qdebug.h>
-#include <qtextedit.h>
#include <qtimer.h>
#include <math.h>