From 007ace76e2d0f96ec189ce5564c7a8ff82268e08 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sun, 25 Oct 2020 13:53:34 +0100 Subject: wayland: use more specific input codes header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Wayland’s wl_pointer interface describes the button event’s argument as being taken from linux/input-event-codes.h, so there is no need to include the more generic linux/input.h. --- video/out/wayland_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video/out/wayland_common.c b/video/out/wayland_common.c index 0046111608..b72cd9346b 100644 --- a/video/out/wayland_common.c +++ b/video/out/wayland_common.c @@ -19,7 +19,7 @@ #include #include #include -#include +#include #include #include "common/msg.h" #include "options/m_config.h" -- cgit v1.2.3