Utils: Drop unused headers [I-Z]

Round 2 - focus on sources.
For classes with initial in range [I-Z].
Try to keep the same separators between different kind of headers.

Change-Id: I8a7ab99bab8120ee72cda6433ee3dc6f260a4d76
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Jarek Kobus
2022-05-25 06:30:04 +02:00
parent 4b9545fe7f
commit ed40753ed1
24 changed files with 49 additions and 50 deletions

View File

@@ -25,11 +25,11 @@
#include "terminalcommand.h"
#include <utils/algorithm.h>
#include <utils/commandline.h>
#include <utils/environment.h>
#include <utils/hostosinfo.h>
#include <utils/qtcassert.h>
#include "algorithm.h"
#include "commandline.h"
#include "environment.h"
#include "hostosinfo.h"
#include "qtcassert.h"
#include <QCoreApplication>
#include <QFileInfo>