diff options
Diffstat (limited to 'xwayland')
-rw-r--r-- | xwayland/xwayland.c | 2 | ||||
-rw-r--r-- | xwayland/xwm.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xwayland/xwayland.c b/xwayland/xwayland.c index 7c57b6c0..74555edb 100644 --- a/xwayland/xwayland.c +++ b/xwayland/xwayland.c @@ -18,7 +18,7 @@ #include <wayland-server.h> #include <wlr/xwayland.h> #include <wlr/util/log.h> -#include <wlr/util/signal.h> +#include "util/signal.h" #include "sockets.h" #include "wlr/xwm.h" diff --git a/xwayland/xwm.c b/xwayland/xwm.c index 86d8bde7..425188c7 100644 --- a/xwayland/xwm.c +++ b/xwayland/xwm.c @@ -10,7 +10,7 @@ #include <wlr/config.h> #include <wlr/util/log.h> #include <wlr/util/edges.h> -#include <wlr/util/signal.h> +#include "util/signal.h" #include <wlr/types/wlr_surface.h> #include <wlr/xwayland.h> #include <wlr/xcursor.h> |