aboutsummaryrefslogtreecommitdiff
path: root/sway/commands/input/xkb_model.c
diff options
context:
space:
mode:
authorEd Younis <edyounis123@gmail.com>2019-07-17 16:19:32 -0700
committerBrian Ashworth <bosrsf04@gmail.com>2019-07-17 19:26:58 -0400
commit37308f65495feebcef5480ad28a9e1f936f7e807 (patch)
tree30b3dba709bbbe3ce505ffae9c7da564a908ea62 /sway/commands/input/xkb_model.c
parenteb770e88b7396e892898d6a71867d2a603e707ff (diff)
input_cmd_xkb_*: cleanup includes
Diffstat (limited to 'sway/commands/input/xkb_model.c')
-rw-r--r--sway/commands/input/xkb_model.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/commands/input/xkb_model.c b/sway/commands/input/xkb_model.c
index 9e384156..f4a33de3 100644
--- a/sway/commands/input/xkb_model.c
+++ b/sway/commands/input/xkb_model.c
@@ -1,7 +1,6 @@
#define _POSIX_C_SOURCE 200809L
#include "sway/config.h"
#include "sway/commands.h"
-#include "sway/input/input-manager.h"
#include "log.h"
struct cmd_results *input_cmd_xkb_model(int argc, char **argv) {