summaryrefslogtreecommitdiffstats
path: root/include
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
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')
-rw-r--r--include/sway/criteria.h1
-rw-r--r--include/sway/tree/layout.h1
-rw-r--r--include/sway/tree/view.h1
3 files changed, 3 insertions, 0 deletions
diff --git a/include/sway/criteria.h b/include/sway/criteria.h
index 23efe9d4..b4ff7d49 100644
--- a/include/sway/criteria.h
+++ b/include/sway/criteria.h
@@ -2,6 +2,7 @@
2#define _SWAY_CRITERIA_H 2#define _SWAY_CRITERIA_H
3 3
4#include <pcre.h> 4#include <pcre.h>
5#include "config.h"
5#include "list.h" 6#include "list.h"
6#include "tree/view.h" 7#include "tree/view.h"
7 8
diff --git a/include/sway/tree/layout.h b/include/sway/tree/layout.h
index 580acd16..a4c31bf6 100644
--- a/include/sway/tree/layout.h
+++ b/include/sway/tree/layout.h
@@ -3,6 +3,7 @@
3#include <wlr/types/wlr_output_layout.h> 3#include <wlr/types/wlr_output_layout.h>
4#include <wlr/render/wlr_texture.h> 4#include <wlr/render/wlr_texture.h>
5#include "sway/tree/container.h" 5#include "sway/tree/container.h"
6#include "config.h"
6 7
7enum movement_direction { 8enum movement_direction {
8 MOVE_LEFT, 9 MOVE_LEFT,
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