diff options
author | emersion <contact@emersion.fr> | 2018-04-29 09:40:58 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-05-14 13:26:10 +0100 |
commit | 95a10dd4f35c6ffc14d23fa3a19a784e85a31724 (patch) | |
tree | 9793561e72a8d1b1f948080b5e36f98dbfa89619 /sway/desktop/output.c | |
parent | 4e6cb2b4b2cff21ca1ec751986d8a2e138ea1ed5 (diff) |
Kill wl_shell
Diffstat (limited to 'sway/desktop/output.c')
-rw-r--r-- | sway/desktop/output.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/desktop/output.c b/sway/desktop/output.c index 974cd56c..3f89f5cc 100644 --- a/sway/desktop/output.c +++ b/sway/desktop/output.c @@ -11,7 +11,6 @@ #include <wlr/types/wlr_output_layout.h> #include <wlr/types/wlr_output.h> #include <wlr/types/wlr_surface.h> -#include <wlr/types/wlr_wl_shell.h> #include <wlr/util/region.h> #include "log.h" #include "sway/config.h" |