summaryrefslogtreecommitdiffstats
path: root/sway/commands/input/xkb_layout.c
diff options
context:
space:
mode:
authorLibravatar Ed Younis <edyounis123@gmail.com>2019-07-17 16:19:32 -0700
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-07-17 19:26:58 -0400
commit37308f65495feebcef5480ad28a9e1f936f7e807 (patch)
tree30b3dba709bbbe3ce505ffae9c7da564a908ea62 /sway/commands/input/xkb_layout.c
parentImplement input_cmd_xkb_file (#3999) (diff)
downloadsway-37308f65495feebcef5480ad28a9e1f936f7e807.tar.gz
sway-37308f65495feebcef5480ad28a9e1f936f7e807.tar.zst
sway-37308f65495feebcef5480ad28a9e1f936f7e807.zip
input_cmd_xkb_*: cleanup includes
Diffstat (limited to 'sway/commands/input/xkb_layout.c')
-rw-r--r--sway/commands/input/xkb_layout.c1
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 @@
1#define _POSIX_C_SOURCE 200809L 1#define _POSIX_C_SOURCE 200809L
2#include "sway/config.h" 2#include "sway/config.h"
3#include "sway/commands.h" 3#include "sway/commands.h"
4#include "sway/input/input-manager.h"
5#include "log.h" 4#include "log.h"
6 5
7struct cmd_results *input_cmd_xkb_layout(int argc, char **argv) { 6struct cmd_results *input_cmd_xkb_layout(int argc, char **argv) {