summaryrefslogtreecommitdiff
path: root/sway/ipc-server.c
diff options
context:
space:
mode:
authoremersion <[email protected]>2019-01-09 14:00:54 +0100
committerGitHub <[email protected]>2019-01-09 14:00:54 +0100
commitf9cea7f09bb0307ab47505e6f7d7cb1f02f45783 (patch)
tree079ec47dfb3312385d3c65033056631031665d54 /sway/ipc-server.c
parentd06782c5e71fb1a6229c1add16bae0dbf919c5c1 (diff)
parent0a4c4f3e52762a953e20419f1fef1f2f62c9873b (diff)
Merge pull request #3391 from jbeich/freebsd
Simplify FreeBSD build
Diffstat (limited to 'sway/ipc-server.c')
-rw-r--r--sway/ipc-server.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sway/ipc-server.c b/sway/ipc-server.c
index 28546d41..456db866 100644
--- a/sway/ipc-server.c
+++ b/sway/ipc-server.c
@@ -1,10 +1,6 @@
// See https://i3wm.org/docs/ipc.html for protocol information
#define _POSIX_C_SOURCE 200112L
-#ifdef __linux__
#include <linux/input-event-codes.h>
-#elif __FreeBSD__
-#include <dev/evdev/input-event-codes.h>
-#endif
#include <assert.h>
#include <errno.h>
#include <fcntl.h>