diff options
-rw-r--r-- | backend/drm/backend.c | 1 | ||||
-rw-r--r-- | examples/multi-pointer.c | 1 | ||||
-rw-r--r-- | examples/pointer.c | 1 | ||||
-rw-r--r-- | examples/touch.c | 1 | ||||
-rw-r--r-- | include/wlr/types/wlr_switch.h | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/backend/drm/backend.c b/backend/drm/backend.c index c7a72a35..dffd01c0 100644 --- a/backend/drm/backend.c +++ b/backend/drm/backend.c @@ -9,7 +9,6 @@ #include <wlr/backend/interface.h> #include <wlr/backend/session.h> #include <wlr/interfaces/wlr_output.h> -#include <wlr/types/wlr_list.h> #include <wlr/util/log.h> #include <xf86drm.h> #include "backend/drm/drm.h" 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> diff --git a/include/wlr/types/wlr_switch.h b/include/wlr/types/wlr_switch.h index 57f90384..93db04c5 100644 --- a/include/wlr/types/wlr_switch.h +++ b/include/wlr/types/wlr_switch.h @@ -12,7 +12,6 @@ #include <stdint.h> #include <wayland-server-core.h> #include <wlr/types/wlr_input_device.h> -#include <wlr/types/wlr_list.h> struct wlr_switch_impl; |