aboutsummaryrefslogtreecommitdiff
path: root/examples
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
parent7661ab2bf16d12932c2fceab0680b72c830cdaa4 (diff)
Cleanup wlr_matrix.h includes
Many files used to require wlr_matrix but no longer do.
Diffstat (limited to 'examples')
-rw-r--r--examples/fullscreen-shell.c1
-rw-r--r--examples/output-layout.c1
-rw-r--r--examples/pointer.c1
-rw-r--r--examples/rotation.c1
-rw-r--r--examples/tablet.c1
-rw-r--r--examples/touch.c1
6 files changed, 0 insertions, 6 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>
diff --git a/examples/output-layout.c b/examples/output-layout.c
index 7d02dc9c..07ae26bc 100644
--- a/examples/output-layout.c
+++ b/examples/output-layout.c
@@ -14,7 +14,6 @@
#include <wlr/render/allocator.h>
#include <wlr/render/wlr_renderer.h>
#include <wlr/types/wlr_keyboard.h>
-#include <wlr/types/wlr_matrix.h>
#include <wlr/types/wlr_input_device.h>
#include <wlr/types/wlr_output_layout.h>
#include <wlr/types/wlr_output.h>
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>
diff --git a/examples/rotation.c b/examples/rotation.c
index 203b208e..e610de33 100644
--- a/examples/rotation.c
+++ b/examples/rotation.c
@@ -15,7 +15,6 @@
#include <wlr/types/wlr_keyboard.h>
#include <wlr/types/wlr_output.h>
#include <wlr/types/wlr_input_device.h>
-#include <wlr/types/wlr_matrix.h>
#include <wlr/util/log.h>
#include <xkbcommon/xkbcommon.h>
#include "cat.h"
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>
diff --git a/examples/touch.c b/examples/touch.c
index 53def624..439a5720 100644
--- a/examples/touch.c
+++ b/examples/touch.c
@@ -15,7 +15,6 @@
#include <wlr/types/wlr_output.h>
#include <wlr/types/wlr_input_device.h>
#include <wlr/types/wlr_keyboard.h>
-#include <wlr/types/wlr_matrix.h>
#include <wlr/types/wlr_touch.h>
#include <wlr/util/log.h>
#include <xkbcommon/xkbcommon.h>