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:
@@ -3,15 +3,18 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "classviewsymbollocation.h"
|
||||
#include "classviewsymbolinformation.h"
|
||||
#include "classviewsymbollocation.h"
|
||||
|
||||
#include <cplusplus/CppDocument.h>
|
||||
|
||||
#include <QSharedPointer>
|
||||
#include <QHash>
|
||||
|
||||
QT_FORWARD_DECLARE_CLASS(QStandardItem)
|
||||
QT_BEGIN_NAMESPACE
|
||||
template <typename K, typename T>
|
||||
class QHash;
|
||||
class QStandardItem;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace ClassView {
|
||||
namespace Internal {
|
||||
|
||||
Reference in New Issue
Block a user