aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/ApiExtractor/clangparser/clangdebugutils.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2024-01-24 21:55:13 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2024-01-25 19:23:14 +0000
commitc1acb67ff6f3e9fa95fc28d655c88cbcaae919ea (patch)
treeb25e83a91a770e3d97fa4a4284297666762c0ae8 /sources/shiboken6/ApiExtractor/clangparser/clangdebugutils.h
parent4369769c022130e26ef22b502e76c1252ebe3cc0 (diff)
Replace <QtCore/QtGlobal> by respective smaller headers
Task-number: QTBUG-99313 Task-number: QTBUG-97601 Change-Id: I2422a995d73f19e385c73d54410004f7b8f9d77b Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/shiboken6/ApiExtractor/clangparser/clangdebugutils.h')
-rw-r--r--sources/shiboken6/ApiExtractor/clangparser/clangdebugutils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken6/ApiExtractor/clangparser/clangdebugutils.h b/sources/shiboken6/ApiExtractor/clangparser/clangdebugutils.h
index 3a1b91e1a..7aac8a575 100644
--- a/sources/shiboken6/ApiExtractor/clangparser/clangdebugutils.h
+++ b/sources/shiboken6/ApiExtractor/clangparser/clangdebugutils.h
@@ -4,7 +4,7 @@
#ifndef CLANGDEBUGUTILS_H
#define CLANGDEBUGUTILS_H
-#include <QtCore/QtGlobal>
+#include <QtCore/qtclasshelpermacros.h>
#include <clang-c/Index.h>