1
0
mirror of https://invent.kde.org/network/krfb synced 2024-07-03 00:18:36 +00:00

Remove unused include

This commit is contained in:
Nicolas Fella 2022-08-03 21:14:34 +02:00
parent ba75f0d7ed
commit 4753904c13
2 changed files with 0 additions and 2 deletions

View File

@ -27,7 +27,6 @@
#include <linux/input.h> #include <linux/input.h>
#include <QApplication> #include <QApplication>
#include <QDesktopWidget>
#include <QGlobalStatic> #include <QGlobalStatic>
class EventData class EventData

View File

@ -18,7 +18,6 @@
#include <sys/ipc.h> #include <sys/ipc.h>
#include <sys/shm.h> #include <sys/shm.h>
#include <QX11Info>
#include <QApplication> #include <QApplication>
#include <QGuiApplication> #include <QGuiApplication>
#include <QScreen> #include <QScreen>