aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/floating_modifier.c
diff options
context:
space:
mode:
authorLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-07-21 10:35:16 +1000
committerLibravatar Ryan Dwyer <ryandwyer1@gmail.com>2018-07-22 23:10:19 +1000
commit86f55315113556eaa58f8b06231a89d67b1201ba (patch)
tree6e9a5843c604242b115de5c38ce477e2de8d71f1 /sway/commands/floating_modifier.c
parentImplement xdg shell request_move and request_resize events (diff)
downloadsway-86f55315113556eaa58f8b06231a89d67b1201ba.tar.gz
sway-86f55315113556eaa58f8b06231a89d67b1201ba.tar.zst
sway-86f55315113556eaa58f8b06231a89d67b1201ba.zip
Remove unnecessary includes
Diffstat (limited to 'sway/commands/floating_modifier.c')
-rw-r--r--sway/commands/floating_modifier.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/sway/commands/floating_modifier.c b/sway/commands/floating_modifier.c
index 1ced50af..9432c9f1 100644
--- a/sway/commands/floating_modifier.c
+++ b/sway/commands/floating_modifier.c
@@ -1,15 +1,5 @@
1#ifdef __linux__
2#include <linux/input-event-codes.h>
3#elif __FreeBSD__
4#include <dev/evdev/input-event-codes.h>
5#endif
6#include <xkbcommon/xkbcommon.h>
7#include <xkbcommon/xkbcommon-names.h>
8#include <strings.h>
9#include "sway/commands.h" 1#include "sway/commands.h"
10#include "sway/config.h" 2#include "sway/config.h"
11#include "list.h"
12#include "log.h"
13#include "util.h" 3#include "util.h"
14 4
15struct cmd_results *cmd_floating_modifier(int argc, char **argv) { 5struct cmd_results *cmd_floating_modifier(int argc, char **argv) {