diff options
author | Simon Ser <contact@emersion.fr> | 2022-10-14 17:53:56 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-11-02 19:00:23 +0100 |
commit | 05454618cd2d49fb3a5f0c560b0d2c455cf32467 (patch) | |
tree | 7c823252053b962be13c03a5fb86b9de8207fbe4 /xwayland/xwayland.c | |
parent | fc3d8b228b435ff18a3fe82b126d334395495b5a (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.c | 4 |
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" |