we don't use ffi in wayland-server.c Signed-off-by: Marek Chalupa <[email protected]> --- src/wayland-server.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/src/wayland-server.c b/src/wayland-server.c index bac98bf..bee9a70 100644 --- a/src/wayland-server.c +++ b/src/wayland-server.c @@ -42,7 +42,6 @@ #include <fcntl.h> #include <sys/file.h> #include <sys/stat.h> -#include <ffi.h> #include "wayland-private.h" #include "wayland-server.h" -- 2.5.0 _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
