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