aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/swap.c
diff options
context:
space:
mode:
authorLibravatar Pascal Pascher <pascalpascher@gmx.net>2018-07-25 12:17:10 +0200
committerLibravatar Pascal Pascher <pascalpascher@gmx.net>2018-07-25 12:17:10 +0200
commit79a45d4a4049e3b9235915cd308ed2995623f833 (patch)
tree11c0f4b2eb4338b6ace9f519cc21328d68918b8e /sway/commands/swap.c
parentstyle fixes, exclude sway/desctop/xwayland.c when enable_xwayland: false (diff)
downloadsway-79a45d4a4049e3b9235915cd308ed2995623f833.tar.gz
sway-79a45d4a4049e3b9235915cd308ed2995623f833.tar.zst
sway-79a45d4a4049e3b9235915cd308ed2995623f833.zip
more style fixes, included "sway/config.h" where needed
Diffstat (limited to 'sway/commands/swap.c')
-rw-r--r--sway/commands/swap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands/swap.c b/sway/commands/swap.c
index 325adc38..8b8e9d79 100644
--- a/sway/commands/swap.c
+++ b/sway/commands/swap.c
@@ -1,5 +1,6 @@
1#include <strings.h> 1#include <strings.h>
2#include <wlr/util/log.h> 2#include <wlr/util/log.h>
3#include "sway/config.h"
3#include "sway/commands.h" 4#include "sway/commands.h"
4#include "sway/tree/arrange.h" 5#include "sway/tree/arrange.h"
5#include "sway/tree/layout.h" 6#include "sway/tree/layout.h"