aboutsummaryrefslogtreecommitdiff
path: root/backend/x11
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-01-07 15:24:28 -0500
committerGitHub <noreply@github.com>2019-01-07 15:24:28 -0500
commitfe187fc887d5b62d47e81b25cfa1a67b0fa4cc16 (patch)
tree8478e3a6b450ef6c09287c2a91f19d2b1fca87d0 /backend/x11
parente61ea7706b36435836f341bc371124902d5fb412 (diff)
parentbfd0254485f51c2c185a7321bbc9d56aada730ab (diff)
Merge pull request #1454 from jbeich/freebsd
Simplify FreeBSD build
Diffstat (limited to 'backend/x11')
-rw-r--r--backend/x11/input_device.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/backend/x11/input_device.c b/backend/x11/input_device.c
index a50f478a..915d9958 100644
--- a/backend/x11/input_device.c
+++ b/backend/x11/input_device.c
@@ -2,11 +2,7 @@
#include <wlr/config.h>
-#ifdef __linux__
#include <linux/input-event-codes.h>
-#elif __FreeBSD__
-#include <dev/evdev/input-event-codes.h>
-#endif
#include <xcb/xcb.h>
#include <xcb/xfixes.h>