aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-07-01 09:56:56 +0200
committerSimon Zeni <simon@bl4ckb0ne.ca>2021-07-01 10:35:39 -0400
commitdbb0e2f75be0374724b0255b14bc72398d9907b5 (patch)
tree0a2bcac7ecb717199e38fd89e0d79e75e709fd59 /examples
parent1db976cecb6968b2d989840c6f16aa00bb83d026 (diff)
Remove unused wlr_list.h includes
Diffstat (limited to 'examples')
-rw-r--r--examples/multi-pointer.c1
-rw-r--r--examples/pointer.c1
-rw-r--r--examples/touch.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/examples/multi-pointer.c b/examples/multi-pointer.c
index df5a89ae..49556280 100644
--- a/examples/multi-pointer.c
+++ b/examples/multi-pointer.c
@@ -12,7 +12,6 @@
#include <wlr/render/wlr_renderer.h>
#include <wlr/types/wlr_cursor.h>
#include <wlr/types/wlr_keyboard.h>
-#include <wlr/types/wlr_list.h>
#include <wlr/types/wlr_matrix.h>
#include <wlr/types/wlr_output_layout.h>
#include <wlr/types/wlr_pointer.h>
diff --git a/examples/pointer.c b/examples/pointer.c
index 5c63a787..1abdf1cf 100644
--- a/examples/pointer.c
+++ b/examples/pointer.c
@@ -12,7 +12,6 @@
#include <wlr/render/wlr_renderer.h>
#include <wlr/types/wlr_cursor.h>
#include <wlr/types/wlr_keyboard.h>
-#include <wlr/types/wlr_list.h>
#include <wlr/types/wlr_matrix.h>
#include <wlr/types/wlr_output_layout.h>
#include <wlr/types/wlr_pointer.h>
diff --git a/examples/touch.c b/examples/touch.c
index 445f96f8..0c9cd2b4 100644
--- a/examples/touch.c
+++ b/examples/touch.c
@@ -12,7 +12,6 @@
#include <wlr/backend/session.h>
#include <wlr/types/wlr_output.h>
#include <wlr/render/wlr_renderer.h>
-#include <wlr/types/wlr_list.h>
#include <wlr/types/wlr_input_device.h>
#include <wlr/types/wlr_keyboard.h>
#include <wlr/types/wlr_matrix.h>