forked from qt-creator/qt-creator
Core: Avoid #include of fileutils.h in icore.h
filepath.h is sufficient. Change-Id: Ibd865020f7820a6c6478eca6cf7b8065cf8c8cf3 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#include "core_global.h"
|
||||
#include "icontext.h"
|
||||
|
||||
#include <utils/fileutils.h>
|
||||
#include <utils/filepath.h>
|
||||
#include <utils/qtcsettings.h>
|
||||
|
||||
#include <QList>
|
||||
@@ -45,9 +45,7 @@ class QStatusBar;
|
||||
class QWidget;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace Utils {
|
||||
class InfoBar;
|
||||
}
|
||||
namespace Utils { class InfoBar; }
|
||||
|
||||
namespace Core {
|
||||
class Context;
|
||||
|
||||
Reference in New Issue
Block a user