more style fixes, included "sway/config.h" where needed

This commit is contained in:
Pascal Pascher 2018-07-25 12:17:10 +02:00
parent 2bf893248a
commit 79a45d4a40
8 changed files with 17 additions and 12 deletions

View file

@ -12,6 +12,7 @@
#include <wlr/render/wlr_renderer.h>
// TODO WLR: make Xwayland optional
#include "list.h"
#include "config.h"
#ifdef HAVE_XWAYLAND
#include "sway/xwayland.h"
#endif