sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 86f55315113556eaa58f8b06231a89d67b1201ba
parent ff445cc85597ee6bfae01f03d3c246e2326f3981
Author: Ryan Dwyer <ryandwyer1@gmail.com>
Date:   Sat, 21 Jul 2018 10:35:16 +1000

Remove unnecessary includes

Diffstat:
Msway/commands/floating_modifier.c | 10----------
1 file changed, 0 insertions(+), 10 deletions(-)

diff --git a/sway/commands/floating_modifier.c b/sway/commands/floating_modifier.c @@ -1,15 +1,5 @@ -#ifdef __linux__ -#include <linux/input-event-codes.h> -#elif __FreeBSD__ -#include <dev/evdev/input-event-codes.h> -#endif -#include <xkbcommon/xkbcommon.h> -#include <xkbcommon/xkbcommon-names.h> -#include <strings.h> #include "sway/commands.h" #include "sway/config.h" -#include "list.h" -#include "log.h" #include "util.h" struct cmd_results *cmd_floating_modifier(int argc, char **argv) {