diff options
Diffstat (limited to 'xwayland')
-rw-r--r-- | xwayland/xwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xwayland/xwm.c b/xwayland/xwm.c index 313bfc0a..f0a010d9 100644 --- a/xwayland/xwm.c +++ b/xwayland/xwm.c @@ -5,9 +5,9 @@ #include <stdlib.h> #include <unistd.h> #include <wlr/config.h> +#include <wlr/types/wlr_compositor.h> #include <wlr/types/wlr_data_device.h> #include <wlr/types/wlr_primary_selection.h> -#include <wlr/types/wlr_surface.h> #include <wlr/util/edges.h> #include <wlr/util/log.h> #include <wlr/xcursor.h> |