Don't include wayland-server.h in wayland-private.h

We just declare struct wl_display manually instead.
This commit is contained in:
Kristian Høgsberg 2013-08-07 09:17:02 -07:00
parent d9883a6be1
commit 81555350af

View file

@ -29,7 +29,6 @@
#define WL_HIDE_DEPRECATED 1
#include "wayland-server.h"
#include "wayland-util.h"
#define ARRAY_LENGTH(a) (sizeof (a) / sizeof (a)[0])
@ -177,6 +176,8 @@ extern wl_log_func_t wl_log_handler;
void wl_log(const char *fmt, ...);
struct wl_display;
struct wl_array *
wl_display_get_additional_shm_formats(struct wl_display *display);