diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-04-26 11:06:45 -0400 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2019-04-26 18:23:25 +0300 |
commit | 736632ad4ed349bd5aea0c2120977b745325672d (patch) | |
tree | 98852a0222e5d91dde32dd39a3b349ac0beb224f /rootston/output.c | |
parent | a671fc51d25c2adb723d2edf96c36011211f4b81 (diff) |
Remove wlr_wl_shell
Diffstat (limited to 'rootston/output.c')
-rw-r--r-- | rootston/output.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rootston/output.c b/rootston/output.c index 32300c9e..66a43694 100644 --- a/rootston/output.c +++ b/rootston/output.c @@ -8,7 +8,6 @@ #include <wlr/types/wlr_compositor.h> #include <wlr/types/wlr_output_layout.h> #include <wlr/types/wlr_presentation_time.h> -#include <wlr/types/wlr_wl_shell.h> #include <wlr/types/wlr_xdg_shell_v6.h> #include <wlr/types/wlr_xdg_shell.h> #include <wlr/util/log.h> |