From f80d174e8b179f3af80f7990529c3b0440846dca Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Mon, 7 Jan 2019 08:07:32 +0000 Subject: Simplify evdev includes on FreeBSD by relying on up-to-date package As evdev-proto is installed by CI some files have been missed: ../examples/pointer-constraints.c:2:10: fatal error: 'linux/input-event-codes.h' file not found #include ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../examples/relative-pointer-unstable-v1.c:5:10: fatal error: 'linux/input-event-codes.h' file not found #include ^~~~~~~~~~~~~~~~~~~~~~~~~~~ --- rootston/cursor.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'rootston') diff --git a/rootston/cursor.c b/rootston/cursor.c index d2d3b510..b7ecc813 100644 --- a/rootston/cursor.c +++ b/rootston/cursor.c @@ -7,11 +7,7 @@ #include #include #include -#ifdef __linux__ #include -#elif __FreeBSD__ -#include -#endif #include "rootston/cursor.h" #include "rootston/desktop.h" #include "rootston/view.h" -- cgit v1.2.3