diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-11-22 18:52:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-22 18:52:26 -0500 |
commit | 68036018c8a19f1ec3536e8111899fe280aad38d (patch) | |
tree | 42d107f3033b6894308085af5807f1e4fdce5c57 /sway/server.c | |
parent | c301b14a42c007bf3b69fef6053fa2466e201309 (diff) | |
parent | 977c1f6a30b9ef21be363ec9fca1d9044b2905c6 (diff) |
Merge pull request #1472 from martinetd/wlroots
Fix build with recent wlroots
Diffstat (limited to 'sway/server.c')
-rw-r--r-- | sway/server.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/server.c b/sway/server.c index 8892b917..f78bcef1 100644 --- a/sway/server.c +++ b/sway/server.c @@ -4,7 +4,6 @@ #include <wayland-server.h> #include <wlr/backend.h> #include <wlr/backend/session.h> -#include <wlr/types/wlr_data_device_manager.h> #include <wlr/render.h> #include <wlr/render/gles2.h> // TODO WLR: make Xwayland optional |