From 48b58f830a585b773435c9af5ee2fe8f0c7c641d Mon Sep 17 00:00:00 2001 From: Roman Inflianskas Date: Sun, 4 Mar 2018 16:38:16 +0300 Subject: Remove unused #include Summary: I used CLion inspection to hunt all unused #include Reviewers: #dolphin, elvisangelaccio, markg Reviewed By: #dolphin, elvisangelaccio, markg Subscribers: bcooksley, markg, elvisangelaccio, #dolphin Differential Revision: https://phabricator.kde.org/D10985 --- src/views/dolphinremoteencoding.cpp | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'src/views/dolphinremoteencoding.cpp') diff --git a/src/views/dolphinremoteencoding.cpp b/src/views/dolphinremoteencoding.cpp index bdf747f08..269cc3085 100644 --- a/src/views/dolphinremoteencoding.cpp +++ b/src/views/dolphinremoteencoding.cpp @@ -24,19 +24,21 @@ */ #include "dolphinremoteencoding.h" -#include "dolphinviewactionhandler.h" +#include "dolphinviewactionhandler.h" #include "dolphindebug.h" -#include + #include -#include +#include #include -#include -#include -#include -#include +#include #include +#include #include +#include +#include + +#include #define DATA_KEY QStringLiteral("Charset") -- cgit v1.3