diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/fullscreen-shell.c | 1 | ||||
-rw-r--r-- | examples/output-layout.c | 1 | ||||
-rw-r--r-- | examples/pointer.c | 1 | ||||
-rw-r--r-- | examples/rotation.c | 1 | ||||
-rw-r--r-- | examples/tablet.c | 1 | ||||
-rw-r--r-- | examples/touch.c | 1 |
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> |