aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/ApiExtractor/docparser.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2022-04-22 15:42:08 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2022-04-22 20:47:14 +0200
commitc434b40777b82d1b556196cc898909f8d3912918 (patch)
tree32408b6f4488d9bb47523936ad1b55afdb8883cb /sources/shiboken6/ApiExtractor/docparser.cpp
parent16c4e9d5d5a094b007bae1e1e496fc5ec35226fe (diff)
Fix include conventions
Reorder includes such that local includes are first, followed by Qt and C/C++ system includes. Pick-to: 6.3 6.2 Change-Id: Ib801d34de7242befce4be429bfb099ccabe1f987 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/shiboken6/ApiExtractor/docparser.cpp')
-rw-r--r--sources/shiboken6/ApiExtractor/docparser.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/sources/shiboken6/ApiExtractor/docparser.cpp b/sources/shiboken6/ApiExtractor/docparser.cpp
index 397544e0c..debb521e3 100644
--- a/sources/shiboken6/ApiExtractor/docparser.cpp
+++ b/sources/shiboken6/ApiExtractor/docparser.cpp
@@ -36,10 +36,11 @@
#include "reporthandler.h"
#include "typesystem.h"
#include "xmlutils.h"
+
+#include <QtCore/QBuffer>
#include <QtCore/QDebug>
#include <QtCore/QDir>
#include <QtCore/QTextStream>
-#include <QBuffer>
#include <cstdlib>
#ifdef HAVE_LIBXSLT