aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2021-11-05 14:18:18 +0100
committerUlf Hermann <ulf.hermann@qt.io>2021-11-05 17:37:07 +0100
commit520e84ca31f53a30798eceafecc8fdcb306751e0 (patch)
treefc4ac8bf44e6be2d381b9238594bfb603b29495c /src/qml/debugger
parent96b1fef1ec963717a3349b96cafcc93d85a3ab27 (diff)
Clean up some includes
We should not include qqmlglobal_p.h just for the export macros as that pulls in a number of other things. Rather, include qtqmlglobal_p.h for that. Change-Id: Iecb60ef676dd880c0d94360ccef6517ef1ec73bf Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'src/qml/debugger')
-rw-r--r--src/qml/debugger/qqmlprofiler_p.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/qml/debugger/qqmlprofiler_p.h b/src/qml/debugger/qqmlprofiler_p.h
index f7dc326def..eff8877e00 100644
--- a/src/qml/debugger/qqmlprofiler_p.h
+++ b/src/qml/debugger/qqmlprofiler_p.h
@@ -51,17 +51,19 @@
// We mean it.
//
-#include <private/qv4function_p.h>
-#include <private/qqmlboundsignal_p.h>
#include <private/qfinitestack_p.h>
#include <private/qqmlbinding_p.h>
+#include <private/qqmlboundsignal_p.h>
+#include <private/qqmlglobal_p.h>
+#include <private/qv4function_p.h>
+
#if QT_CONFIG(qml_debug)
-#include "qqmlprofilerdefinitions_p.h"
#include "qqmlabstractprofileradapter_p.h"
+#include "qqmlprofilerdefinitions_p.h"
#endif
-#include <QUrl>
-#include <QString>
+#include <QtCore/qurl.h>
+#include <QtCore/qstring.h>
QT_BEGIN_NAMESPACE