forked from qt-creator/qt-creator
Utils lib: Remove unneeded includes from cpp files
It's a result of a team work consisting of yellow triangle and me. Change-Id: I8b4812766da70e0785ae71bf0cb71357379e2514 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -27,17 +27,12 @@
|
||||
#include "savefile.h"
|
||||
|
||||
#include "algorithm.h"
|
||||
#include "commandline.h"
|
||||
#include "environment.h"
|
||||
#include "hostosinfo.h"
|
||||
#include "qtcassert.h"
|
||||
|
||||
#include <QDataStream>
|
||||
#include <QDateTime>
|
||||
#include <QDebug>
|
||||
#include <QOperatingSystemVersion>
|
||||
#include <QTimer>
|
||||
#include <QUrl>
|
||||
#include <QTextStream>
|
||||
#include <qplatformdefs.h>
|
||||
|
||||
#ifdef QT_GUI_LIB
|
||||
|
||||
Reference in New Issue
Block a user