summary refs log tree commit diff
path: root/main.c
diff options
context:
space:
mode:
authorZach DeCook <zachdecook@librem.one>2022-01-20 20:45:48 -0500
committerZach DeCook <zachdecook@librem.one>2022-01-20 20:45:48 -0500
commit7bcdc772c34b8e606d5355e8729e8a6236741dbe (patch)
treebd78f9c0625fcf889740ea99fbd3a43d20506d23 /main.c
parent1ae1ac8ccd79716830f911fd97438d99d17998b2 (diff)
downloadsuggpicker-7bcdc772c34b8e606d5355e8729e8a6236741dbe.tar.gz
input event codes: don't use
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.c b/main.c
index 17e8885..602dc6f 100644
--- a/main.c
+++ b/main.c
@@ -1,5 +1,4 @@
 #include "proto/wlr-layer-shell-unstable-v1-client-protocol.h"
-#include <linux/input-event-codes.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>