Remove unneeded includes

Change-Id: I67fee9303509b7080e123a2a5826e200ce498ce2
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Jarek Kobus
2020-11-12 10:05:19 +01:00
parent bc9c6e23ca
commit 2b414508b7
22 changed files with 29 additions and 33 deletions

View File

@@ -48,6 +48,7 @@
#include <QtConcurrentMap>
#include <QCheckBox>
#include <QDir>
#include <QFutureWatcher>
#include <functional>

View File

@@ -31,7 +31,6 @@
#include <QObject>
#include <QPointer>
#include <QFuture>
#include <QFutureWatcher>
QT_FORWARD_DECLARE_CLASS(QTimer)

View File

@@ -33,6 +33,8 @@
#include <utils/qtcassert.h>
#include <utils/runextensions.h>
#include <QFutureInterface>
namespace CppTools {
CppProjectUpdater::CppProjectUpdater()

View File

@@ -29,7 +29,6 @@
#include "cpptools_global.h"
#include "projectinfo.h"
#include <QFutureInterface>
#include <QFutureWatcher>
namespace CppTools {