aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/swap.c
diff options
context:
space:
mode:
authorLibravatar Pascal Pascher <pascalpascher@gmx.net>2018-07-25 13:32:20 +0200
committerLibravatar Pascal Pascher <pascalpascher@gmx.net>2018-07-25 13:32:20 +0200
commitf95cb9a7c17251c43b1d1058092e0a15d1fe8dd9 (patch)
tree90a4f4a9718c75237e59f815eadc53daceb4b0e1 /sway/commands/swap.c
parentmore style fixes, included "sway/config.h" where needed (diff)
downloadsway-f95cb9a7c17251c43b1d1058092e0a15d1fe8dd9.tar.gz
sway-f95cb9a7c17251c43b1d1058092e0a15d1fe8dd9.tar.zst
sway-f95cb9a7c17251c43b1d1058092e0a15d1fe8dd9.zip
reverted includes of "sway/config.h" and replaced with "config.h" from meson build
Diffstat (limited to 'sway/commands/swap.c')
-rw-r--r--sway/commands/swap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/swap.c b/sway/commands/swap.c
index 8b8e9d79..4e3a9cce 100644
--- a/sway/commands/swap.c
+++ b/sway/commands/swap.c
@@ -1,6 +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 "config.h"
4#include "sway/commands.h" 4#include "sway/commands.h"
5#include "sway/tree/arrange.h" 5#include "sway/tree/arrange.h"
6#include "sway/tree/layout.h" 6#include "sway/tree/layout.h"