From d08c6871fe238d1a1f09c70ece2ddcd373ba13ca Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Tue, 20 Sep 2022 08:41:17 +0200 Subject: shiboken6: Clean up includes Remove unused includes from headers; add includes to sources where needed. Change-Id: I05efd95a9340eaf42cc5d606e2aef97acdaf83c7 Reviewed-by: Cristian Maureira-Fredes Reviewed-by: Qt CI Bot --- sources/shiboken6/ApiExtractor/doxygenparser.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sources/shiboken6/ApiExtractor/doxygenparser.cpp') diff --git a/sources/shiboken6/ApiExtractor/doxygenparser.cpp b/sources/shiboken6/ApiExtractor/doxygenparser.cpp index 23c56ae1f..a6c712946 100644 --- a/sources/shiboken6/ApiExtractor/doxygenparser.cpp +++ b/sources/shiboken6/ApiExtractor/doxygenparser.cpp @@ -2,10 +2,12 @@ // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 #include "doxygenparser.h" +#include "abstractmetaargument.h" #include "abstractmetalang.h" #include "abstractmetafield.h" #include "abstractmetafunction.h" #include "abstractmetaenum.h" +#include "abstractmetatype.h" #include "documentation.h" #include "messages.h" #include "modifications.h" -- cgit v1.2.3