diff options
Diffstat (limited to 'sway/input/cursor.c')
-rw-r--r-- | sway/input/cursor.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sway/input/cursor.c b/sway/input/cursor.c index 510030ae..96feb47d 100644 --- a/sway/input/cursor.c +++ b/sway/input/cursor.c @@ -1,11 +1,7 @@ #define _POSIX_C_SOURCE 200809L #include <math.h> #include <libevdev/libevdev.h> -#ifdef __linux__ #include <linux/input-event-codes.h> -#elif __FreeBSD__ -#include <dev/evdev/input-event-codes.h> -#endif #include <float.h> #include <limits.h> #include <wlr/types/wlr_cursor.h> |