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/tablet.c | |
parent | 7661ab2bf16d12932c2fceab0680b72c830cdaa4 (diff) |
Cleanup wlr_matrix.h includes
Many files used to require wlr_matrix but no longer do.
Diffstat (limited to 'examples/tablet.c')
-rw-r--r-- | examples/tablet.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/tablet.c b/examples/tablet.c index c253526d..c977d7fd 100644 --- a/examples/tablet.c +++ b/examples/tablet.c @@ -10,7 +10,6 @@ #include <wlr/backend/session.h> #include <wlr/render/allocator.h> #include <wlr/render/wlr_renderer.h> -#include <wlr/types/wlr_matrix.h> #include <wlr/types/wlr_output.h> #include <wlr/types/wlr_input_device.h> #include <wlr/types/wlr_keyboard.h> |