input_cmd_xkb_*: cleanup includes

This commit is contained in:
Ed Younis 2019-07-17 16:19:32 -07:00 committed by Brian Ashworth
parent eb770e88b7
commit 37308f6549
7 changed files with 1 additions and 9 deletions

View file

@ -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) {

View file

@ -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) {

View file

@ -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) {

View file

@ -1,8 +1,6 @@
#include <string.h>
#include <strings.h>
#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) {

View file

@ -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) {

View file

@ -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) {

View file

@ -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) {