aboutsummaryrefslogtreecommitdiff
path: root/examples/pointer.c
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2023-11-23 22:16:10 +0100
committerSimon Ser <contact@emersion.fr>2023-11-25 08:37:43 +0100
commit56ec13596a7aff5d0129df1edb2b00a271d45972 (patch)
treec50631d1474e0ce7222f5ed4fcf99d649552c8c4 /examples/pointer.c
parent7661ab2bf16d12932c2fceab0680b72c830cdaa4 (diff)
Cleanup wlr_matrix.h includes
Many files used to require wlr_matrix but no longer do.
Diffstat (limited to 'examples/pointer.c')
-rw-r--r--examples/pointer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/pointer.c b/examples/pointer.c
index 3600dc7b..808c7b95 100644
--- a/examples/pointer.c
+++ b/examples/pointer.c
@@ -13,7 +13,6 @@
#include <wlr/render/wlr_renderer.h>
#include <wlr/types/wlr_cursor.h>
#include <wlr/types/wlr_keyboard.h>
-#include <wlr/types/wlr_matrix.h>
#include <wlr/types/wlr_output_layout.h>
#include <wlr/types/wlr_pointer.h>
#include <wlr/types/wlr_tablet_tool.h>