┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/dolphinremoteencoding.cpp
diff options
context:
space:
mode:
authorRoman Inflianskas <[email protected]>2018-03-03 10:48:57 +0300
committerRoman Inflianskas <[email protected]>2018-03-03 17:08:01 +0300
commit848abc5922167a467bb73107ee6b72e9af3c8317 (patch)
treeb3dd2aa33d7cb38c3a84317bfda6c9f30026ffbf /src/views/dolphinremoteencoding.cpp
parent32bd8efc7f08a30622deaa3a80b7b26ceaea9f29 (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/dolphinremoteencoding.cpp')
-rw-r--r--src/views/dolphinremoteencoding.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/views/dolphinremoteencoding.cpp b/src/views/dolphinremoteencoding.cpp
index 116168a4b..bdf747f08 100644
--- a/src/views/dolphinremoteencoding.cpp
+++ b/src/views/dolphinremoteencoding.cpp
@@ -29,8 +29,6 @@
#include "dolphindebug.h"
#include <KActionMenu>
#include <KActionCollection>
-#include <QIcon>
-#include <KLocalizedString>
#include <KConfig>
#include <KCharsets>
#include <QMenu>
@@ -38,6 +36,7 @@
#include <KProtocolManager>
#include <KIO/Scheduler>
#include <KConfigGroup>
+#include <KLocalizedString>
#define DATA_KEY QStringLiteral("Charset")