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/views/dolphinviewactionhandler.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/views/dolphinviewactionhandler.cpp')
| -rw-r--r-- | src/views/dolphinviewactionhandler.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/views/dolphinviewactionhandler.cpp b/src/views/dolphinviewactionhandler.cpp index 2684816ef..9fff160b2 100644 --- a/src/views/dolphinviewactionhandler.cpp +++ b/src/views/dolphinviewactionhandler.cpp @@ -20,10 +20,7 @@ #include "dolphinviewactionhandler.h" -#include <config-baloo.h> - #include "settings/viewpropertiesdialog.h" -#include "views/dolphinview.h" #include "views/zoomlevelinfo.h" #include <QPointer> @@ -34,11 +31,8 @@ #include <kitemviews/kfileitemmodel.h> #include <KLocalizedString> #include <KNewFileMenu> -#include <KSelectAction> -#include <KToggleAction> #include <KPropertiesDialog> #include <KProtocolManager> -#include <QIcon> #include "dolphindebug.h" |
