summaryrefslogtreecommitdiffstats
path: root/sway/commands/bind.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/bind.c')
-rw-r--r--sway/commands/bind.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sway/commands/bind.c b/sway/commands/bind.c
index 7994ab2f..4fceaf8c 100644
--- a/sway/commands/bind.c
+++ b/sway/commands/bind.c
@@ -1,10 +1,6 @@
1#define _POSIX_C_SOURCE 200809L 1#define _POSIX_C_SOURCE 200809L
2#include <libevdev/libevdev.h> 2#include <libevdev/libevdev.h>
3#ifdef __linux__
4#include <linux/input-event-codes.h> 3#include <linux/input-event-codes.h>
5#elif __FreeBSD__
6#include <dev/evdev/input-event-codes.h>
7#endif
8#include <xkbcommon/xkbcommon.h> 4#include <xkbcommon/xkbcommon.h>
9#include <xkbcommon/xkbcommon-names.h> 5#include <xkbcommon/xkbcommon-names.h>
10#include <string.h> 6#include <string.h>