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:
Jarek Kobus
2022-05-17 22:25:02 +02:00
parent 0b6fca2293
commit 0a8dbaf153
48 changed files with 25 additions and 112 deletions

View File

@@ -26,24 +26,19 @@
#include "filepath.h"
#include "algorithm.h"
#include "commandline.h"
#include "environment.h"
#include "fileutils.h"
#include "hostosinfo.h"
#include "qtcassert.h"
#include "savefile.h"
#include <QtGlobal>
#include <QDataStream>
#include <QDateTime>
#include <QDebug>
#include <QDirIterator>
#include <QFileInfo>
#include <QOperatingSystemVersion>
#include <QRegularExpression>
#include <QStorageInfo>
#include <QUrl>
#include <qplatformdefs.h>
#ifdef Q_OS_WIN
#ifdef QTCREATOR_PCH_H