about summary refs log tree commit diff
path: root/main.c
diff options
context:
space:
mode:
authorMaarten van Gompel <proycon@anaproy.nl>2021-08-24 11:21:43 +0200
committerJohn Sullivan <jsullivan@csumb.edu>2021-10-19 23:12:01 -0700
commita9d493da0ec171cca72d6056705dac748515e443 (patch)
tree2fb791a7ecc44e8fd094560b299412ba7ea31a0d /main.c
parent6742ff488f5b3981234498fc15f84ddbf4aff915 (diff)
downloadsuggpicker-a9d493da0ec171cca72d6056705dac748515e443.tar.gz
made keymap dependent on layout, renamed default layout to 'mobintl' for 'mobile international'
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 b754e90..f24f07e 100644
--- a/main.c
+++ b/main.c
@@ -11,7 +11,6 @@
 #include <wchar.h>
 
 #include "drw.h"
-#include "keymap.h"
 #include "os-compatibility.h"
 
 /* lazy die macro */