From 49900be89f61d690290c6dd9596666965d7d2c28 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Mon, 11 Mar 2019 19:14:48 +0100 Subject: [PATCH] [plugins/remotecommands] Remove stray includes --- plugins/remotecommands/CMakeLists.txt | 2 +- plugins/remotecommands/remotecommandsplugin.cpp | 6 ------ plugins/remotecommands/remotecommandsplugin.h | 6 +----- 3 files changed, 2 insertions(+), 12 deletions(-) diff --git a/plugins/remotecommands/CMakeLists.txt b/plugins/remotecommands/CMakeLists.txt index 334cf445d..179400a81 100644 --- a/plugins/remotecommands/CMakeLists.txt +++ b/plugins/remotecommands/CMakeLists.txt @@ -5,4 +5,4 @@ kdeconnect_add_plugin(kdeconnect_remotecommands JSON kdeconnect_remotecommands.j target_link_libraries(kdeconnect_remotecommands kdeconnectcore Qt5::DBus - KF5::I18n) + ) diff --git a/plugins/remotecommands/remotecommandsplugin.cpp b/plugins/remotecommands/remotecommandsplugin.cpp index 12cf1f596..c9a34526a 100644 --- a/plugins/remotecommands/remotecommandsplugin.cpp +++ b/plugins/remotecommands/remotecommandsplugin.cpp @@ -22,13 +22,7 @@ #include -#include -#include -#include #include -#include -#include -#include #include #include diff --git a/plugins/remotecommands/remotecommandsplugin.h b/plugins/remotecommands/remotecommandsplugin.h index 116d4d83c..90989fac3 100644 --- a/plugins/remotecommands/remotecommandsplugin.h +++ b/plugins/remotecommands/remotecommandsplugin.h @@ -21,13 +21,9 @@ #ifndef REMOTECOMMANDSPLUGIN_H #define REMOTECOMMANDSPLUGIN_H -#include +class QObject; #include -#include -#include -#include -#include #include class Q_DECL_EXPORT RemoteCommandsPlugin