diff options
author | Ed Younis <[email protected]> | 2019-07-17 16:19:32 -0700 |
---|---|---|
committer | Brian Ashworth <[email protected]> | 2019-07-17 19:26:58 -0400 |
commit | 37308f65495feebcef5480ad28a9e1f936f7e807 (patch) | |
tree | 30b3dba709bbbe3ce505ffae9c7da564a908ea62 /sway/commands/input/xkb_layout.c | |
parent | eb770e88b7396e892898d6a71867d2a603e707ff (diff) |
input_cmd_xkb_*: cleanup includes
Diffstat (limited to 'sway/commands/input/xkb_layout.c')
-rw-r--r-- | sway/commands/input/xkb_layout.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/commands/input/xkb_layout.c b/sway/commands/input/xkb_layout.c index 0879e2da..22626517 100644 --- a/sway/commands/input/xkb_layout.c +++ b/sway/commands/input/xkb_layout.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_layout(int argc, char **argv) { |