aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/refactoringchanges.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-01-20 14:03:07 +0100
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-01-20 14:03:07 +0100
commita9a5e3ea17945a3c6718e74c2dd07ce80df4e1f4 (patch)
treeccc10e0805c36cdc99a89277987979270a306b0f /src/plugins/texteditor/refactoringchanges.h
parent4aca17427af7af5b200a8f614a10a07630da5161 (diff)
Exported header cleanup.
Diffstat (limited to 'src/plugins/texteditor/refactoringchanges.h')
-rw-r--r--src/plugins/texteditor/refactoringchanges.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/texteditor/refactoringchanges.h b/src/plugins/texteditor/refactoringchanges.h
index 4af97d8ed22..87e8a355dce 100644
--- a/src/plugins/texteditor/refactoringchanges.h
+++ b/src/plugins/texteditor/refactoringchanges.h
@@ -35,15 +35,15 @@
#define REFACTORINGCHANGES_H
#include <utils/changeset.h>
-#include <texteditor/basetexteditor.h>
#include <texteditor/texteditor_global.h>
#include <QtCore/QList>
-#include <QtCore/QMap>
#include <QtCore/QString>
-namespace TextEditor {
+QT_FORWARD_DECLARE_CLASS(QTextDocument)
+namespace TextEditor {
+class BaseTextEditor;
class RefactoringChanges;
class TEXTEDITOR_EXPORT RefactoringFile