diff options
| author | Roman Inflianskas <[email protected]> | 2018-03-03 10:48:57 +0300 |
|---|---|---|
| committer | Roman Inflianskas <[email protected]> | 2018-03-03 17:08:01 +0300 |
| commit | 848abc5922167a467bb73107ee6b72e9af3c8317 (patch) | |
| tree | b3dd2aa33d7cb38c3a84317bfda6c9f30026ffbf /src/kitemviews/kfileitemmodelrolesupdater.cpp | |
| parent | 32bd8efc7f08a30622deaa3a80b7b26ceaea9f29 (diff) | |
Remove unused #include
Summary: I used CLion inspection to hunt all unused #include
Reviewers: #dolphin, elvisangelaccio, markg
Reviewed By: #dolphin, elvisangelaccio, markg
Subscribers: markg, elvisangelaccio, #dolphin
Differential Revision: https://phabricator.kde.org/D10985
Diffstat (limited to 'src/kitemviews/kfileitemmodelrolesupdater.cpp')
| -rw-r--r-- | src/kitemviews/kfileitemmodelrolesupdater.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/kitemviews/kfileitemmodelrolesupdater.cpp b/src/kitemviews/kfileitemmodelrolesupdater.cpp index a08f1ae15..ddbed16a8 100644 --- a/src/kitemviews/kfileitemmodelrolesupdater.cpp +++ b/src/kitemviews/kfileitemmodelrolesupdater.cpp @@ -24,7 +24,6 @@ #include <KConfig> #include <KConfigGroup> #include <KSharedConfig> -#include <KFileItem> #include <KIconLoader> #include <KJobWidgets> #include <KIO/JobUiDelegate> @@ -37,12 +36,9 @@ #include <QApplication> #include <QPainter> -#include <QPixmap> #include <QElapsedTimer> #include <QTimer> -#include <algorithm> - #ifdef HAVE_BALOO #include "private/kbaloorolesprovider.h" #include <Baloo/File> |
