event-loop: Make transitive include explicit

The explicit inclusion of wayland-server.h hides the real dependency, which
is wayland-server-core.h.

Signed-off-by: Yong Bakos <ybakos@humanoriented.com>
Reviewed-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
Yong Bakos 2016-05-16 12:05:39 -06:00 committed by Bryce Harrington
parent a1bce0ead5
commit 972f1a2cf7

View file

@ -37,7 +37,7 @@
#include <sys/timerfd.h>
#include <unistd.h>
#include "wayland-private.h"
#include "wayland-server.h"
#include "wayland-server-core.h"
#include "wayland-os.h"
struct wl_event_loop {