forked from qt-creator/qt-creator
Clean exported headers of the CppTools plugin.
Change-Id: I0144ac33e88980c431c54a6d69bbde28da4b1967 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user