output: remove xwayland include

We don't need it in this file.
This commit is contained in:
Jente Hidskes 2019-01-03 22:28:17 +01:00
parent 7077f9ba1c
commit 5f60b0a00c
No known key found for this signature in database
GPG key ID: 04BE5A29F32D91EA

View file

@ -21,9 +21,6 @@
#include <wlr/types/wlr_surface.h>
#include <wlr/types/wlr_xdg_shell.h>
#include <wlr/util/log.h>
#if CAGE_HAS_XWAYLAND
#include <wlr/xwayland.h>
#endif
#include "output.h"
#include "server.h"