Header cleanup in ProjectExplorer and Qt4ProjectManager

This commit is contained in:
Friedemann Kleint
2010-03-17 17:45:33 +01:00
parent 5cf8673ce1
commit f66df7b9a6
27 changed files with 283 additions and 160 deletions

View File

@@ -30,9 +30,17 @@
#ifndef QT4PROJECTMANAGERPLUGIN_H
#define QT4PROJECTMANAGERPLUGIN_H
#include <projectexplorer/project.h>
#include <projectexplorer/projectexplorer.h>
#include <extensionsystem/iplugin.h>
QT_BEGIN_NAMESPACE
class QAction;
QT_END_NAMESPACE
namespace ProjectExplorer {
class Project;
class Node;
class ProjectExplorerPlugin;
}
namespace Qt4ProjectManager {
class Qt4Manager;