diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-05-14 08:33:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-14 08:33:55 -0400 |
commit | 1837756dbed222a6233366f186693e1aeefc2439 (patch) | |
tree | 9793561e72a8d1b1f948080b5e36f98dbfa89619 /sway/desktop/output.c | |
parent | 4e6cb2b4b2cff21ca1ec751986d8a2e138ea1ed5 (diff) | |
parent | 95a10dd4f35c6ffc14d23fa3a19a784e85a31724 (diff) |
Merge pull request #1871 from emersion/kill-wl-shell
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" |