diff options
author | Fabian Kosmale <fabian.kosmale@qt.io> | 2022-02-06 20:54:00 +0100 |
---|---|---|
committer | Fabian Kosmale <fabian.kosmale@qt.io> | 2022-03-17 17:14:37 +0100 |
commit | 468e9c13a9a93eeb5efe46f9d388518f949eaf8a (patch) | |
tree | c9c80eb75f59e934f2b11519b26f09624702d1b1 /src/gui/util | |
parent | 49b25ab07be37f98237a9d852111c09e8e8c7e02 (diff) | |
download | qtbase-468e9c13a9a93eeb5efe46f9d388518f949eaf8a.tar.gz |
Misc: Do not depend on transitive includes
As a drive-by, remove superfluous includes from qnetworkmanagerservice.h
and obey the coding conventions for includes in a few more places.
Change-Id: I65b68c0cef7598d06a125e97637040392d4be9ff
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/gui/util')
-rw-r--r-- | src/gui/util/qktxhandler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/util/qktxhandler.cpp b/src/gui/util/qktxhandler.cpp index 2ab67d7c15..e2030e3ff3 100644 --- a/src/gui/util/qktxhandler.cpp +++ b/src/gui/util/qktxhandler.cpp @@ -41,6 +41,7 @@ #include "qtexturefiledata_p.h" #include <QtEndian> #include <QSize> +#include <QMap> #include <QtCore/qiodevice.h> //#define KTX_DEBUG |