aboutsummaryrefslogtreecommitdiffstats
path: root/sway/tree/view.c
diff options
context:
space:
mode:
authorLibravatar Pascal Pascher <pascalpascher@gmx.net>2018-07-25 13:43:21 +0200
committerLibravatar Pascal Pascher <pascalpascher@gmx.net>2018-07-25 13:43:21 +0200
commit384c55c0b465d6b9a9c4cb88d8752435ac5cf708 (patch)
treec5398c9383e2900a6197ef0e1ff0c3969cd3cfbf /sway/tree/view.c
parentreverted includes of "sway/config.h" and replaced with "config.h" from meson ... (diff)
downloadsway-384c55c0b465d6b9a9c4cb88d8752435ac5cf708.tar.gz
sway-384c55c0b465d6b9a9c4cb88d8752435ac5cf708.tar.zst
sway-384c55c0b465d6b9a9c4cb88d8752435ac5cf708.zip
more style fixes, reorder config.h include
Diffstat (limited to 'sway/tree/view.c')
-rw-r--r--sway/tree/view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/tree/view.c b/sway/tree/view.c
index f672417e..beeb8144 100644
--- a/sway/tree/view.c
+++ b/sway/tree/view.c
@@ -3,12 +3,12 @@
3#include <wayland-server.h> 3#include <wayland-server.h>
4#include <wlr/render/wlr_renderer.h> 4#include <wlr/render/wlr_renderer.h>
5#include <wlr/types/wlr_output_layout.h> 5#include <wlr/types/wlr_output_layout.h>
6#include "config.h"
6#ifdef HAVE_XWAYLAND 7#ifdef HAVE_XWAYLAND
7#include <wlr/xwayland.h> 8#include <wlr/xwayland.h>
8#endif 9#endif
9#include "list.h" 10#include "list.h"
10#include "log.h" 11#include "log.h"
11#include "config.h"
12#include "sway/criteria.h" 12#include "sway/criteria.h"
13#include "sway/commands.h" 13#include "sway/commands.h"
14#include "sway/ipc-server.h" 14#include "sway/ipc-server.h"