aboutsummaryrefslogtreecommitdiff
path: root/xwayland/xwayland.c
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2022-10-14 17:53:56 +0200
committerSimon Ser <contact@emersion.fr>2022-11-02 19:00:23 +0100
commit05454618cd2d49fb3a5f0c560b0d2c455cf32467 (patch)
tree7c823252053b962be13c03a5fb86b9de8207fbe4 /xwayland/xwayland.c
parentfc3d8b228b435ff18a3fe82b126d334395495b5a (diff)
xwayland: split headers
We're about to get one more Xwayland-related thing, and this header already contains two things.
Diffstat (limited to 'xwayland/xwayland.c')
-rw-r--r--xwayland/xwayland.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xwayland/xwayland.c b/xwayland/xwayland.c
index d76f0eec..1fde7700 100644
--- a/xwayland/xwayland.c
+++ b/xwayland/xwayland.c
@@ -10,9 +10,9 @@
#include <sys/wait.h>
#include <time.h>
#include <unistd.h>
-#include <wayland-server-core.h>
+#include <wlr/types/wlr_seat.h>
#include <wlr/util/log.h>
-#include <wlr/xwayland.h>
+#include <wlr/xwayland/xwayland.h>
#include "sockets.h"
#include "xwayland/xwm.h"