aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sway/commands/input/xkb_file.c1
-rw-r--r--sway/commands/input/xkb_layout.c1
-rw-r--r--sway/commands/input/xkb_model.c1
-rw-r--r--sway/commands/input/xkb_numlock.c4
-rw-r--r--sway/commands/input/xkb_options.c1
-rw-r--r--sway/commands/input/xkb_rules.c1
-rw-r--r--sway/commands/input/xkb_variant.c1
7 files changed, 1 insertions, 9 deletions
diff --git a/sway/commands/input/xkb_file.c b/sway/commands/input/xkb_file.c
index 063f544d..ef59bffc 100644
--- a/sway/commands/input/xkb_file.c
+++ b/sway/commands/input/xkb_file.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_file(int argc, char **argv) { 6struct 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 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) {
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 @@
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_model(int argc, char **argv) { 6struct 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 d5b75672..87d3e60c 100644
--- a/sway/commands/input/xkb_numlock.c
+++ b/sway/commands/input/xkb_numlock.c
@@ -1,8 +1,6 @@
1#include <string.h> 1#define _POSIX_C_SOURCE 200809L
2#include <strings.h>
3#include "sway/config.h" 2#include "sway/config.h"
4#include "sway/commands.h" 3#include "sway/commands.h"
5#include "sway/input/input-manager.h"
6#include "util.h" 4#include "util.h"
7 5
8struct cmd_results *input_cmd_xkb_numlock(int argc, char **argv) { 6struct 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 8197dd1d..d609293f 100644
--- a/sway/commands/input/xkb_options.c
+++ b/sway/commands/input/xkb_options.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_options(int argc, char **argv) { 6struct 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 01ccd06f..3b59622c 100644
--- a/sway/commands/input/xkb_rules.c
+++ b/sway/commands/input/xkb_rules.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_rules(int argc, char **argv) { 6struct 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 37c82fbd..d0e21d77 100644
--- a/sway/commands/input/xkb_variant.c
+++ b/sway/commands/input/xkb_variant.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_variant(int argc, char **argv) { 6struct cmd_results *input_cmd_xkb_variant(int argc, char **argv) {