aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6
diff options
context:
space:
mode:
authorFriedemann Kleint <[email protected]>2025-03-20 15:02:03 +0100
committerFriedemann Kleint <[email protected]>2025-03-26 22:07:03 +0100
commitb4a3c77fa1d587f49da7fa002e2800850a79a1ff (patch)
tree377cb7fe1555e6ab5a6758ed7c7a4192a7490feb /sources/shiboken6
parent33fed60cdf7e9d7811cd9e570df90bd77e1533c1 (diff)
Fix includes of libshiboken
Remove the global header <shiboken.h> in favor of the respective headers. Pick-to: 6.9 Change-Id: I08ee39fbd5abb15741fa5746bb82f9ddcd32ed7f Reviewed-by: Cristian Maureira-Fredes <[email protected]>
Diffstat (limited to 'sources/shiboken6')
-rw-r--r--sources/shiboken6/libshiboken/bindingmanager.cpp9
-rw-r--r--sources/shiboken6/libshiboken/sbkarrayconverter.cpp1
-rw-r--r--sources/shiboken6/libshiboken/sbkenum.cpp2
3 files changed, 4 insertions, 8 deletions
diff --git a/sources/shiboken6/libshiboken/bindingmanager.cpp b/sources/shiboken6/libshiboken/bindingmanager.cpp
index ab5ddd553..3b3addfd7 100644
--- a/sources/shiboken6/libshiboken/bindingmanager.cpp
+++ b/sources/shiboken6/libshiboken/bindingmanager.cpp
@@ -1,17 +1,16 @@
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
+#include "bindingmanager.h"
+
#include "autodecref.h"
#include "basewrapper.h"
#include "basewrapper_p.h"
-#include "bindingmanager.h"
-#include "gilstate.h"
#include "helper.h"
+#include "sbkfeature_base.h"
#include "sbkmodule.h"
-#include "sbkstring.h"
#include "sbkstaticstrings.h"
-#include "sbkfeature_base.h"
-#include "debugfreehook.h"
+#include "sbkstring.h"
#include <cstddef>
#include <cstring>
diff --git a/sources/shiboken6/libshiboken/sbkarrayconverter.cpp b/sources/shiboken6/libshiboken/sbkarrayconverter.cpp
index 886baf1bb..ad8120d08 100644
--- a/sources/shiboken6/libshiboken/sbkarrayconverter.cpp
+++ b/sources/shiboken6/libshiboken/sbkarrayconverter.cpp
@@ -5,7 +5,6 @@
#include "sbkarrayconverter_p.h"
#include "helper.h"
#include "sbkconverter.h"
-#include "sbkconverter_p.h"
#include <longobject.h>
#include <floatobject.h>
diff --git a/sources/shiboken6/libshiboken/sbkenum.cpp b/sources/shiboken6/libshiboken/sbkenum.cpp
index 5a32876b8..12e6aed4a 100644
--- a/sources/shiboken6/libshiboken/sbkenum.cpp
+++ b/sources/shiboken6/libshiboken/sbkenum.cpp
@@ -12,8 +12,6 @@
#include "sbktypefactory.h"
#include <cstring>
-#include <vector>
-#include <sstream>
using namespace Shiboken;