Skip to content

Commit

Permalink
[dev] Clean up unnecessary include
Browse files Browse the repository at this point in the history
  • Loading branch information
shijie.chen authored and wengxt committed Mar 19, 2024
1 parent f29efff commit 24c7dfc
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 15 deletions.
2 changes: 0 additions & 2 deletions qt5/dbusaddons/fcitxqtdbustypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
#include "fcitx5qt5dbusaddons_export.h"

#include <QDBusArgument>
#include <QList>
#include <QMetaType>
#include <type_traits>

namespace fcitx {
Expand Down
6 changes: 0 additions & 6 deletions qt5/dbusaddons/fcitxqtinputcontextproxy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@
*/

#include "fcitxqtinputcontextproxy_p.h"
#include <QCoreApplication>
#include <QDBusConnectionInterface>
#include <QDBusInterface>
#include <QDBusMetaType>
#include <QFileInfo>
#include <QTimer>

namespace fcitx {

Expand Down
4 changes: 0 additions & 4 deletions qt5/dbusaddons/fcitxqtinputcontextproxy.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,8 @@
#include "fcitx5qt5dbusaddons_export.h"

#include "fcitxqtdbustypes.h"
#include <QDBusConnection>
#include <QDBusPendingReply>
#include <QDBusServiceWatcher>
#include <QObject>

class QDBusPendingCallWatcher;

namespace fcitx {

Expand Down
2 changes: 0 additions & 2 deletions qt5/dbusaddons/fcitxqtwatcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
*/

#include "fcitxqtwatcher_p.h"
#include <QDBusConnection>
#include <QDBusConnectionInterface>
#include <QDBusServiceWatcher>

namespace fcitx {

Expand Down
1 change: 0 additions & 1 deletion qt5/platforminputcontext/fcitx4watcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#include <QDBusConnection>
#include <QObject>

class QDBusConnection;
class QFileSystemWatcher;
class QDBusServiceWatcher;

Expand Down

0 comments on commit 24c7dfc

Please sign in to comment.