summaryrefslogtreecommitdiff
path: root/src/wayland-util.c
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2011-11-18 13:46:56 -0500
committerKristian Høgsberg <krh@bitplanet.net>2011-11-18 13:46:56 -0500
commitcf04b0a18f25cf1161c84f8ba979805eeaadea09 (patch)
tree0f16c37b0072297a40206f62de8c40ed1d41f217 /src/wayland-util.c
parent68d13212f238f874600b8ef6020d174edbcbf5f0 (diff)
Move private definitions and prototypes to new wayland-private.h
Diffstat (limited to 'src/wayland-util.c')
-rw-r--r--src/wayland-util.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wayland-util.c b/src/wayland-util.c
index 3b187b8..43b095e 100644
--- a/src/wayland-util.c
+++ b/src/wayland-util.c
@@ -24,7 +24,9 @@
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
+
#include "wayland-util.h"
+#include "wayland-private.h"
WL_EXPORT void
wl_list_init(struct wl_list *list)