diff options
| author | Zach DeCook <zachdecook@librem.one> | 2022-06-24 11:13:20 -0400 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2022-06-24 11:13:20 -0400 |
| commit | 95a02345f5b5366b1417b377757fa7a0ba411156 (patch) | |
| tree | 5f21ebbfe6da12a3b5bebfab4dbbe6532de55b19 /keyboard.c | |
| parent | 213187bbf419e847c50d49d0d1299935cbcd087f (diff) | |
| download | suggpicker-95a02345f5b5366b1417b377757fa7a0ba411156.tar.gz | |
os-compatibility: Remove unused file
Diffstat (limited to 'keyboard.c')
| -rw-r--r-- | keyboard.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboard.c b/keyboard.c index a02d5a2..bfdfdc9 100644 --- a/keyboard.c +++ b/keyboard.c @@ -2,7 +2,6 @@ #include <sys/mman.h> #include "keyboard.h" #include "drw.h" -#include "os-compatibility.h" #define KBD_KEY_BORDER 1 |
