forked from qt-creator/qt-creator
Core: Remove some unneeded #include
Change-Id: I642b578964ee18677d344201e47ba45312938807 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Eike Ziller <eike.ziller@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
#include <utils/qtcassert.h>
|
||||
|
||||
#include <QDir>
|
||||
#include <QFileInfo>
|
||||
#include <QRegularExpression>
|
||||
#include <QStringList>
|
||||
|
||||
@@ -182,8 +181,6 @@ bool IVersionControl::handleLink(const FilePath &workingDirectory, const QString
|
||||
|
||||
#if defined(WITH_TESTS)
|
||||
|
||||
#include <QFileInfo>
|
||||
|
||||
namespace Core {
|
||||
|
||||
TestVersionControl::~TestVersionControl()
|
||||
|
||||
Reference in New Issue
Block a user