diff --git a/sway/commands/input/xkb_file.c b/sway/commands/input/xkb_file.c index 063f544df..ef59bffc5 100644 --- a/sway/commands/input/xkb_file.c +++ b/sway/commands/input/xkb_file.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_file(int argc, char **argv) { diff --git a/sway/commands/input/xkb_layout.c b/sway/commands/input/xkb_layout.c index 0879e2da0..226265175 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) { diff --git a/sway/commands/input/xkb_model.c b/sway/commands/input/xkb_model.c index 9e3841563..f4a33de3e 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) { diff --git a/sway/commands/input/xkb_numlock.c b/sway/commands/input/xkb_numlock.c index d5b756725..87d3e60c1 100644 --- a/sway/commands/input/xkb_numlock.c +++ b/sway/commands/input/xkb_numlock.c @@ -1,8 +1,6 @@ -#include -#include +#define _POSIX_C_SOURCE 200809L #include "sway/config.h" #include "sway/commands.h" -#include "sway/input/input-manager.h" #include "util.h" struct cmd_results *input_cmd_xkb_numlock(int argc, char **argv) { diff --git a/sway/commands/input/xkb_options.c b/sway/commands/input/xkb_options.c index 8197dd1d6..d609293f7 100644 --- a/sway/commands/input/xkb_options.c +++ b/sway/commands/input/xkb_options.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_options(int argc, char **argv) { diff --git a/sway/commands/input/xkb_rules.c b/sway/commands/input/xkb_rules.c index 01ccd06f7..3b59622c4 100644 --- a/sway/commands/input/xkb_rules.c +++ b/sway/commands/input/xkb_rules.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_rules(int argc, char **argv) { diff --git a/sway/commands/input/xkb_variant.c b/sway/commands/input/xkb_variant.c index 37c82fbd6..d0e21d778 100644 --- a/sway/commands/input/xkb_variant.c +++ b/sway/commands/input/xkb_variant.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_variant(int argc, char **argv) {