[plugins/remotecommands] Remove stray includes
This commit is contained in:
parent
78b11179fe
commit
49900be89f
3 changed files with 2 additions and 12 deletions
|
@ -5,4 +5,4 @@ kdeconnect_add_plugin(kdeconnect_remotecommands JSON kdeconnect_remotecommands.j
|
||||||
target_link_libraries(kdeconnect_remotecommands
|
target_link_libraries(kdeconnect_remotecommands
|
||||||
kdeconnectcore
|
kdeconnectcore
|
||||||
Qt5::DBus
|
Qt5::DBus
|
||||||
KF5::I18n)
|
)
|
||||||
|
|
|
@ -22,13 +22,7 @@
|
||||||
|
|
||||||
#include <KPluginFactory>
|
#include <KPluginFactory>
|
||||||
|
|
||||||
#include <QDBusConnection>
|
|
||||||
#include <QProcess>
|
|
||||||
#include <QDir>
|
|
||||||
#include <QLoggingCategory>
|
#include <QLoggingCategory>
|
||||||
#include <QSettings>
|
|
||||||
#include <QJsonDocument>
|
|
||||||
#include <KShell>
|
|
||||||
|
|
||||||
#include <core/networkpacket.h>
|
#include <core/networkpacket.h>
|
||||||
#include <core/device.h>
|
#include <core/device.h>
|
||||||
|
|
|
@ -21,13 +21,9 @@
|
||||||
#ifndef REMOTECOMMANDSPLUGIN_H
|
#ifndef REMOTECOMMANDSPLUGIN_H
|
||||||
#define REMOTECOMMANDSPLUGIN_H
|
#define REMOTECOMMANDSPLUGIN_H
|
||||||
|
|
||||||
#include <QObject>
|
class QObject;
|
||||||
|
|
||||||
#include <core/kdeconnectplugin.h>
|
#include <core/kdeconnectplugin.h>
|
||||||
#include <QFile>
|
|
||||||
#include <QFileSystemWatcher>
|
|
||||||
#include <QMap>
|
|
||||||
#include <QPair>
|
|
||||||
#include <QString>
|
#include <QString>
|
||||||
|
|
||||||
class Q_DECL_EXPORT RemoteCommandsPlugin
|
class Q_DECL_EXPORT RemoteCommandsPlugin
|
||||||
|
|
Loading…
Reference in a new issue