summaryrefslogtreecommitdiff
path: root/plugins/clangstaticanalyzer/clangstaticanalyzerruncontrol.cpp
diff options
context:
space:
mode:
authorMarco Bubke <marco.bubke@theqtcompany.com>2016-01-13 12:11:07 +0100
committerMarco Bubke <marco.bubke@theqtcompany.com>2016-01-13 14:47:57 +0000
commit5fa9e4272565dc0f89fa418a5b0b23871f65e708 (patch)
tree9e9b29dcb0db53efff371b2490977a1f85e7cc12 /plugins/clangstaticanalyzer/clangstaticanalyzerruncontrol.cpp
parent18bd8b8af622bc4a7815732bae7098e9cdb1fafd (diff)
downloadqt-creator-5fa9e4272565dc0f89fa418a5b0b23871f65e708.tar.gz
Adapt to removal of cpptools/cppprojects.h
Change-Id: I914700271f28f3fdef9c7f30ed7cb2fc65d4d39e Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
Diffstat (limited to 'plugins/clangstaticanalyzer/clangstaticanalyzerruncontrol.cpp')
-rw-r--r--plugins/clangstaticanalyzer/clangstaticanalyzerruncontrol.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/clangstaticanalyzer/clangstaticanalyzerruncontrol.cpp b/plugins/clangstaticanalyzer/clangstaticanalyzerruncontrol.cpp
index 2fd06d881c..1d882a9255 100644
--- a/plugins/clangstaticanalyzer/clangstaticanalyzerruncontrol.cpp
+++ b/plugins/clangstaticanalyzer/clangstaticanalyzerruncontrol.cpp
@@ -31,9 +31,10 @@
#include <coreplugin/progressmanager/futureprogress.h>
#include <coreplugin/progressmanager/progressmanager.h>
+#include <cpptools/compileroptionsbuilder.h>
#include <cpptools/cppmodelmanager.h>
-#include <cpptools/cppprojects.h>
#include <cpptools/cppprojectfile.h>
+#include <cpptools/projectinfo.h>
#include <projectexplorer/abi.h>
#include <projectexplorer/buildconfiguration.h>
@@ -42,6 +43,7 @@
#include <projectexplorer/runconfiguration.h>
#include <projectexplorer/target.h>
#include <projectexplorer/taskhub.h>
+#include <projectexplorer/toolchain.h>
#include <utils/algorithm.h>