diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2022-09-20 08:41:17 +0200 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2022-09-21 11:53:15 +0200 |
| commit | d08c6871fe238d1a1f09c70ece2ddcd373ba13ca (patch) | |
| tree | 6894aec24bc86cf01e6fd91901b26ec36fc9612c /sources/shiboken6/ApiExtractor/docparser.cpp | |
| parent | 68883026da79c4f380411237731d761429760c23 (diff) | |
shiboken6: Clean up includes
Remove unused includes from headers; add includes to sources where
needed.
Change-Id: I05efd95a9340eaf42cc5d606e2aef97acdaf83c7
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'sources/shiboken6/ApiExtractor/docparser.cpp')
| -rw-r--r-- | sources/shiboken6/ApiExtractor/docparser.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sources/shiboken6/ApiExtractor/docparser.cpp b/sources/shiboken6/ApiExtractor/docparser.cpp index 4ea770e60..4745e675d 100644 --- a/sources/shiboken6/ApiExtractor/docparser.cpp +++ b/sources/shiboken6/ApiExtractor/docparser.cpp @@ -1,11 +1,11 @@ // Copyright (C) 2016 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 + #include "docparser.h" -#include "classdocumentation.h" -#include "abstractmetaenum.h" -#include "abstractmetafield.h" +#include "abstractmetaargument.h" #include "abstractmetafunction.h" #include "abstractmetalang.h" +#include "abstractmetatype.h" #include "messages.h" #include "modifications.h" #include "reporthandler.h" |
