forked from qt-creator/qt-creator
ClassView: Remove unneeded includes
Substitute some includes with forward declarations. Change-Id: I7638a2759b680cfc4e3dfb10631200bb46453998 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -7,16 +7,6 @@
|
||||
|
||||
#include "classviewparsertreeitem.h"
|
||||
|
||||
#include <cplusplus/CppDocument.h>
|
||||
|
||||
// might be changed to forward declaration - is not done to be less dependent
|
||||
#include <projectexplorer/projectnodes.h>
|
||||
#include <projectexplorer/project.h>
|
||||
|
||||
#include <QList>
|
||||
#include <QSharedPointer>
|
||||
#include <QStandardItem>
|
||||
|
||||
namespace ClassView {
|
||||
namespace Internal {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user