event-loop: Make transitive include explicit
authorYong Bakos <ybakos@humanoriented.com>
Mon, 16 May 2016 18:05:39 +0000 (12:05 -0600)
committerBryce Harrington <bryce@osg.samsung.com>
Thu, 2 Jun 2016 01:42:36 +0000 (18:42 -0700)
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>
src/event-loop.c

index ea27b69..11a9bf2 100644 (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 {