aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/basefilefind.cpp
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/basefilefind.cpp
parent93bb48893fa2eaaeae8347ab0b19ea337bc889ce (diff)
Clean exported headers of the TextEditor plugin.
Change-Id: I1e7dd34ba5a51fb0b34d137dc03add4457b32ed1 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/texteditor/basefilefind.cpp')
-rw-r--r--src/plugins/texteditor/basefilefind.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/texteditor/basefilefind.cpp b/src/plugins/texteditor/basefilefind.cpp
index 7c13415e46..9e00297faf 100644
--- a/src/plugins/texteditor/basefilefind.cpp
+++ b/src/plugins/texteditor/basefilefind.cpp
@@ -30,6 +30,7 @@
#include "basefilefind.h"
#include "basefilefind_p.h"
+#include "textdocument.h"
#include <aggregation/aggregate.h>
#include <coreplugin/icore.h>
@@ -37,6 +38,7 @@
#include <coreplugin/progressmanager/futureprogress.h>
#include <coreplugin/dialogs/readonlyfilesdialog.h>
#include <coreplugin/documentmanager.h>
+#include <coreplugin/editormanager/editormanager.h>
#include <coreplugin/find/ifindsupport.h>
#include <texteditor/texteditor.h>
#include <texteditor/refactoringchanges.h>