Skip to content

Commit

Permalink
Remove unused includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Montel committed Jul 11, 2019
1 parent 9a2e605 commit dfb1ce3
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 15 deletions.
1 change: 0 additions & 1 deletion glossary.cpp
Expand Up @@ -32,7 +32,6 @@
#include <QIcon>
#include <QStandardPaths>
#include <QStatusBar>
#include <QTextStream>
#include <QTreeWidgetItem>

#include <sys/stat.h>
Expand Down
3 changes: 0 additions & 3 deletions navigator.cpp
Expand Up @@ -22,12 +22,9 @@

#include <QApplication>
#include <QDir>
#include <QFile>
#include <QHBoxLayout>
#include <QProgressBar>
#include <QStandardPaths>
#include <QTabWidget>
#include <QTextStream>
#include <QTreeWidget>
#include <QTreeWidgetItemIterator>
#include <QVBoxLayout>
Expand Down
1 change: 0 additions & 1 deletion plugintraverser.cpp
Expand Up @@ -26,7 +26,6 @@
#include "khc_debug.h"

#include <KConfig>
#include <KConfigGroup>

#include <QIcon>

Expand Down
1 change: 0 additions & 1 deletion searchhandlers/cachereader.cpp
Expand Up @@ -21,7 +21,6 @@

#include "cachereader.h"

#include <QDebug>
#include <QLoggingCategory>
#include <QStack>
#include <QTextStream>
Expand Down
1 change: 0 additions & 1 deletion searchhandlers/htmltextdump.cpp
Expand Up @@ -21,7 +21,6 @@

#include "htmltextdump.h"

#include <QDebug>
#include <QLoggingCategory>

#include <libxml/HTMLparser.h>
Expand Down
1 change: 0 additions & 1 deletion searchhandlers/xapiancommon.cpp
Expand Up @@ -23,7 +23,6 @@

#include <QByteArray>
#include <QDir>
#include <QFileInfo>
#include <QLoggingCategory>

namespace {
Expand Down
5 changes: 1 addition & 4 deletions searchhandlers/xapianindexer.cpp
Expand Up @@ -24,15 +24,12 @@
#include "xapiancommon.h"

#include <docbookxslt.h>

#include <QDateTime>
#include <QCoreApplication>
#include <QCommandLineParser>
#include <QDebug>
#include <QDateTime>
#include <QDirIterator>
#include <QLoggingCategory>
#include <QStandardPaths>
#include <QStringBuilder>

namespace {

Expand Down
2 changes: 0 additions & 2 deletions searchhandlers/xapiansearch.cpp
Expand Up @@ -23,8 +23,6 @@

#include <QCoreApplication>
#include <QCommandLineParser>
#include <QDebug>
#include <QFile>
#include <QLoggingCategory>
#include <QVector>

Expand Down
1 change: 0 additions & 1 deletion toc.cpp
Expand Up @@ -27,7 +27,6 @@
#include <QFileInfo>
#include <QIcon>
#include <QStandardPaths>
#include <QStatusBar>
#include <QTextStream>

#include <KProcess>
Expand Down

0 comments on commit dfb1ce3

Please sign in to comment.