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:
@@ -2,14 +2,12 @@
|
||||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0+ OR GPL-3.0 WITH Qt-GPL-exception-1.0
|
||||
|
||||
#include "classviewnavigationwidgetfactory.h"
|
||||
|
||||
#include "classviewnavigationwidget.h"
|
||||
#include "classviewconstants.h"
|
||||
|
||||
#include <coreplugin/icore.h>
|
||||
#include <extensionsystem/pluginmanager.h>
|
||||
#include <utils/qtcassert.h>
|
||||
#include <utils/qtcsettings.h>
|
||||
|
||||
#include <QKeySequence>
|
||||
#include <QSettings>
|
||||
|
||||
namespace ClassView {
|
||||
|
||||
Reference in New Issue
Block a user