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

View file

@ -1,4 +1,3 @@
#ifdef HAVE_XWAYLAND
#ifndef SWAY_XWAYLAND_H
#define SWAY_XWAYLAND_H
@ -24,4 +23,3 @@ struct sway_xwayland {
void handle_xwayland_ready(struct wl_listener *listener, void *data);
#endif
#endif