aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/externaltoolmanager.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-02-26 13:38:54 +0100
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-03-05 07:18:14 +0000
commit54da18eaaa2da91aaa3e6f7fba351a22b7a4693e (patch)
tree0c85f9e41da340519a3fdb9cdd5b933d23b693ae /src/plugins/coreplugin/externaltoolmanager.cpp
parent93f57a99a1e9df7e427c346ef78fd1955ee89669 (diff)
Clean exported headers of the Core plugin.
Change-Id: I26472d568844d5fee62323e01f5c5c12082d5450 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/coreplugin/externaltoolmanager.cpp')
-rw-r--r--src/plugins/coreplugin/externaltoolmanager.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/coreplugin/externaltoolmanager.cpp b/src/plugins/coreplugin/externaltoolmanager.cpp
index 72efa03bb2..a95f93c0b2 100644
--- a/src/plugins/coreplugin/externaltoolmanager.cpp
+++ b/src/plugins/coreplugin/externaltoolmanager.cpp
@@ -31,10 +31,12 @@
#include "externaltoolmanager.h"
#include "externaltool.h"
#include "coreconstants.h"
+#include "icontext.h"
#include "icore.h"
#include "messagemanager.h"
#include "actionmanager/actionmanager.h"
#include "actionmanager/actioncontainer.h"
+#include "actionmanager/command.h"
#include <utils/qtcassert.h>