diff options
author | Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> | 2015-03-05 08:22:48 +0100 |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> | 2015-03-05 08:16:48 +0000 |
commit | fb80206f3c2e9486e8521409d0e984b45e06b110 (patch) | |
tree | c2671e43f47c092d4e1e03cc4afd4d7f9ab0705d /src/plugins/cpptools/cppprojects.h | |
parent | 5eedf273be575112004893c79ff753b1c33f9ba2 (diff) | |
download | qt-creator-fb80206f3c2e9486e8521409d0e984b45e06b110.tar.gz |
Clean exported headers of the CppTools plugin.
Change-Id: I0144ac33e88980c431c54a6d69bbde28da4b1967
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/cpptools/cppprojects.h')
-rw-r--r-- | src/plugins/cpptools/cppprojects.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/plugins/cpptools/cppprojects.h b/src/plugins/cpptools/cppprojects.h index f6c78c7852..0851803511 100644 --- a/src/plugins/cpptools/cppprojects.h +++ b/src/plugins/cpptools/cppprojects.h @@ -35,7 +35,6 @@ #include "cppprojectfile.h" -#include <projectexplorer/project.h> #include <projectexplorer/toolchain.h> #include <cplusplus/Token.h> @@ -45,7 +44,12 @@ #include <functional> +namespace ProjectExplorer { class Project; } + +namespace Utils { class FileName; } + namespace CppTools { +class ProjectFile; class CPPTOOLS_EXPORT ProjectPart { |