summaryrefslogtreecommitdiffstats
path: root/include/sway/tree/view.h
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 /include/sway/tree/view.h
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 'include/sway/tree/view.h')
-rw-r--r--include/sway/tree/view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h
index d4416dd3..1972447b 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -3,6 +3,7 @@
3#include <wayland-server.h> 3#include <wayland-server.h>
4#include <wlr/types/wlr_surface.h> 4#include <wlr/types/wlr_surface.h>
5#include <wlr/types/wlr_xdg_shell_v6.h> 5#include <wlr/types/wlr_xdg_shell_v6.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