[dev] Clean up unnecessary include
This commit is contained in:
parent
f29efff75f
commit
24c7dfc67f
|
@ -11,8 +11,6 @@
|
|||
#include "fcitx5qt5dbusaddons_export.h"
|
||||
|
||||
#include <QDBusArgument>
|
||||
#include <QList>
|
||||
#include <QMetaType>
|
||||
#include <type_traits>
|
||||
|
||||
namespace fcitx {
|
||||
|
|
|
@ -6,12 +6,6 @@
|
|||
*/
|
||||
|
||||
#include "fcitxqtinputcontextproxy_p.h"
|
||||
#include <QCoreApplication>
|
||||
#include <QDBusConnectionInterface>
|
||||
#include <QDBusInterface>
|
||||
#include <QDBusMetaType>
|
||||
#include <QFileInfo>
|
||||
#include <QTimer>
|
||||
|
||||
namespace fcitx {
|
||||
|
||||
|
|
|
@ -10,12 +10,8 @@
|
|||
#include "fcitx5qt5dbusaddons_export.h"
|
||||
|
||||
#include "fcitxqtdbustypes.h"
|
||||
#include <QDBusConnection>
|
||||
#include <QDBusPendingReply>
|
||||
#include <QDBusServiceWatcher>
|
||||
#include <QObject>
|
||||
|
||||
class QDBusPendingCallWatcher;
|
||||
|
||||
namespace fcitx {
|
||||
|
||||
|
|
|
@ -6,9 +6,7 @@
|
|||
*/
|
||||
|
||||
#include "fcitxqtwatcher_p.h"
|
||||
#include <QDBusConnection>
|
||||
#include <QDBusConnectionInterface>
|
||||
#include <QDBusServiceWatcher>
|
||||
|
||||
namespace fcitx {
|
||||
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
#include <QDBusConnection>
|
||||
#include <QObject>
|
||||
|
||||
class QDBusConnection;
|
||||
class QFileSystemWatcher;
|
||||
class QDBusServiceWatcher;
|
||||
|
||||
|
|
Loading…
Reference in New Issue