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 /include/sway/tree/view.h | |
parent | 79a45d4a4049e3b9235915cd308ed2995623f833 (diff) |
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.h | 1 |
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 @@ #include <wayland-server.h> #include <wlr/types/wlr_surface.h> #include <wlr/types/wlr_xdg_shell_v6.h> +#include "config.h" #ifdef HAVE_XWAYLAND #include <wlr/xwayland.h> #endif |