diff options
author | Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> | 2015-02-26 13:38:54 +0100 |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> | 2015-03-05 07:18:14 +0000 |
commit | 54da18eaaa2da91aaa3e6f7fba351a22b7a4693e (patch) | |
tree | 0c85f9e41da340519a3fdb9cdd5b933d23b693ae /src/plugins/texteditor/texteditorplugin.cpp | |
parent | 93f57a99a1e9df7e427c346ef78fd1955ee89669 (diff) | |
download | qt-creator-54da18eaaa2da91aaa3e6f7fba351a22b7a4693e.tar.gz |
Clean exported headers of the Core plugin.
Change-Id: I26472d568844d5fee62323e01f5c5c12082d5450
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/texteditor/texteditorplugin.cpp')
-rw-r--r-- | src/plugins/texteditor/texteditorplugin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/texteditor/texteditorplugin.cpp b/src/plugins/texteditor/texteditorplugin.cpp index 88ac6b4469..1333f77016 100644 --- a/src/plugins/texteditor/texteditorplugin.cpp +++ b/src/plugins/texteditor/texteditorplugin.cpp @@ -46,6 +46,7 @@ #include <coreplugin/icore.h> #include <coreplugin/actionmanager/actionmanager.h> +#include <coreplugin/actionmanager/command.h> #include <coreplugin/externaltoolmanager.h> #include <extensionsystem/pluginmanager.h> |