bar/wayland: fix includes

This commit is contained in:
Daniel Eklöf 2019-02-06 18:04:32 +01:00
parent dbce871d27
commit 4a064ebfff

View file

@ -14,8 +14,8 @@
#include <wayland-client.h>
#include <wayland-cursor.h>
#include <xdg-output-unstable-v1-client.h>
#include <wlr-layer-shell-unstable-v1-client.h>
#include <xdg-output-unstable-v1.h>
#include <wlr-layer-shell-unstable-v1.h>
#define LOG_MODULE "bar:wayland"
#include "../log.h"