summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2017-03-06 13:56:33 +0100
committerUlf Hermann <ulf.hermann@qt.io>2017-03-06 13:31:16 +0000
commit4e104dc3cb6a26df071bc33fc75cd3edac12c3a7 (patch)
tree721be93461805112b0164cdca4936f2345070efb
parent05fd8652a7e43df2fc763222892f3c33bed7183f (diff)
downloadqttools-4e104dc3cb6a26df071bc33fc75cd3edac12c3a7.tar.gz
Drop some unused includes
Change-Id: Ida9409117c9fd4a022671fadb77ba96734118861 Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
-rw-r--r--src/assistant/help/qhelpengine.cpp1
-rw-r--r--src/assistant/help/qhelpenginecore.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/assistant/help/qhelpengine.cpp b/src/assistant/help/qhelpengine.cpp
index 699d4a098..ab512e85c 100644
--- a/src/assistant/help/qhelpengine.cpp
+++ b/src/assistant/help/qhelpengine.cpp
@@ -47,7 +47,6 @@
#include <QtCore/QDir>
#include <QtCore/QFile>
-#include <QtCore/QLibrary>
#include <QtCore/QPluginLoader>
#include <QtWidgets/QApplication>
#include <QtSql/QSqlQuery>
diff --git a/src/assistant/help/qhelpenginecore.cpp b/src/assistant/help/qhelpenginecore.cpp
index b90dadedd..3a1648831 100644
--- a/src/assistant/help/qhelpenginecore.cpp
+++ b/src/assistant/help/qhelpenginecore.cpp
@@ -44,7 +44,6 @@
#include <QtCore/QDir>
#include <QtCore/QFile>
-#include <QtCore/QLibrary>
#include <QtCore/QPluginLoader>
#include <QtCore/QFileInfo>
#include <QtCore/QThread>