summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/texteditor_p.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-02-26 13:22:35 +0100
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-02-26 13:15:29 +0000
commitfe2addf5156ac3838a182b4af3de07c64e96ab7a (patch)
tree34f7afb81cafe442f9929e4d36d77db4b21825d6 /src/plugins/texteditor/texteditor_p.h
parent93bb48893fa2eaaeae8347ab0b19ea337bc889ce (diff)
downloadqt-creator-fe2addf5156ac3838a182b4af3de07c64e96ab7a.tar.gz
Clean exported headers of the TextEditor plugin.
Change-Id: I1e7dd34ba5a51fb0b34d137dc03add4457b32ed1 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/texteditor/texteditor_p.h')
-rw-r--r--src/plugins/texteditor/texteditor_p.h20
1 files changed, 4 insertions, 16 deletions
diff --git a/src/plugins/texteditor/texteditor_p.h b/src/plugins/texteditor/texteditor_p.h
index 15a0419f26..b71600e022 100644
--- a/src/plugins/texteditor/texteditor_p.h
+++ b/src/plugins/texteditor/texteditor_p.h
@@ -31,22 +31,10 @@
#ifndef TEXTEDITOR_P_H
#define TEXTEDITOR_P_H
-#include "texteditor.h"
-#include "behaviorsettings.h"
-#include "displaysettings.h"
-#include "marginsettings.h"
-#include "fontsettings.h"
-#include "refactoroverlay.h"
-
-#include <coreplugin/id.h>
-#include <utils/changeset.h>
-
-#include <QBasicTimer>
-#include <QSharedPointer>
-#include <QPointer>
-#include <QScopedPointer>
-#include <QTextBlock>
-#include <QTimer>
+
+#include "texteditor_global.h"
+
+#include <QList>
namespace TextEditor {