summaryrefslogtreecommitdiffstats
path: root/src/assistant/help/qhelpenginecore.cpp
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2024-02-05 14:20:18 +0100
committerJarek Kobus <jaroslaw.kobus@qt.io>2024-02-07 08:51:12 +0100
commitf1cf59001adaf4d49001a5b457bd0d650b7a4a9f (patch)
tree7649c7c7aaee3bb6adca69be2407f15b0f6a44b2 /src/assistant/help/qhelpenginecore.cpp
parentbf8cf6f054d696a82bb4728cb4bcd9259674aa95 (diff)
QtHelp: Cleanup includes
Get rid of unused includes and forward declarations. Order includes and forward declarations alphabetically. Replace some includes with forward declarations. Task-number: QTBUG-122025 Change-Id: I224dc5371c982137b33f5b63c54f5da6cd435ce7 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'src/assistant/help/qhelpenginecore.cpp')
-rw-r--r--src/assistant/help/qhelpenginecore.cpp10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/assistant/help/qhelpenginecore.cpp b/src/assistant/help/qhelpenginecore.cpp
index 5d05e07c7..666dc9cdb 100644
--- a/src/assistant/help/qhelpenginecore.cpp
+++ b/src/assistant/help/qhelpenginecore.cpp
@@ -2,19 +2,15 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
#include "qhelpenginecore.h"
-#include "qhelpengine_p.h"
-#include "qhelpdbreader_p.h"
#include "qhelpcollectionhandler_p.h"
+#include "qhelpdbreader_p.h"
+#include "qhelpengine_p.h"
#include "qhelpfilterengine.h"
+#include "qhelplink.h"
#include <QtCore/QDir>
-#include <QtCore/QFile>
-#include <QtCore/QPluginLoader>
#include <QtCore/QFileInfo>
#include <QtCore/QThread>
-#include <QtHelp/QHelpLink>
-#include <QtWidgets/QApplication>
-#include <QtSql/QSqlQuery>
QT_BEGIN_NAMESPACE