diff options
author | Pascal Pascher <[email protected]> | 2018-07-25 13:32:20 +0200 |
---|---|---|
committer | Pascal Pascher <[email protected]> | 2018-07-25 13:32:20 +0200 |
commit | f95cb9a7c17251c43b1d1058092e0a15d1fe8dd9 (patch) | |
tree | 90a4f4a9718c75237e59f815eadc53daceb4b0e1 /sway/tree/layout.c | |
parent | 79a45d4a4049e3b9235915cd308ed2995623f833 (diff) |
reverted includes of "sway/config.h" and replaced with "config.h" from meson build
Diffstat (limited to 'sway/tree/layout.c')
-rw-r--r-- | sway/tree/layout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/tree/layout.c b/sway/tree/layout.c index 91f6accd..2b3263f8 100644 --- a/sway/tree/layout.c +++ b/sway/tree/layout.c @@ -6,7 +6,7 @@ #include <string.h> #include <wlr/types/wlr_output.h> #include <wlr/types/wlr_output_layout.h> -#include "sway/config.h" +#include "config.h" #include "sway/debug.h" #include "sway/tree/arrange.h" #include "sway/tree/container.h" |