diff options
author | Simon Ser <contact@emersion.fr> | 2023-11-23 22:16:10 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2023-11-25 08:37:43 +0100 |
commit | 56ec13596a7aff5d0129df1edb2b00a271d45972 (patch) | |
tree | c50631d1474e0ce7222f5ed4fcf99d649552c8c4 /examples/fullscreen-shell.c | |
parent | 7661ab2bf16d12932c2fceab0680b72c830cdaa4 (diff) |
Cleanup wlr_matrix.h includes
Many files used to require wlr_matrix but no longer do.
Diffstat (limited to 'examples/fullscreen-shell.c')
-rw-r--r-- | examples/fullscreen-shell.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/fullscreen-shell.c b/examples/fullscreen-shell.c index 35be46e2..9fa24c66 100644 --- a/examples/fullscreen-shell.c +++ b/examples/fullscreen-shell.c @@ -11,7 +11,6 @@ #include <wlr/render/wlr_renderer.h> #include <wlr/types/wlr_compositor.h> #include <wlr/types/wlr_fullscreen_shell_v1.h> -#include <wlr/types/wlr_matrix.h> #include <wlr/types/wlr_output_layout.h> #include <wlr/types/wlr_output.h> #include <wlr/util/box.h> |