From 37308f65495feebcef5480ad28a9e1f936f7e807 Mon Sep 17 00:00:00 2001 From: Ed Younis Date: Wed, 17 Jul 2019 16:19:32 -0700 Subject: input_cmd_xkb_*: cleanup includes --- sway/commands/input/xkb_options.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sway/commands/input/xkb_options.c') 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 @@ #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) { -- cgit v1.2.3-54-g00ecf