diff options
author | Benjamin Franzke <[email protected]> | 2011-05-31 11:13:57 +0200 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2011-05-31 15:13:36 -0400 |
commit | 5bf6cc95c1e3dc01dde2bd91fc0bd4eb02cddd40 (patch) | |
tree | 7757ba966917a3b240d3d26ffa2b38b9f746e11e /src/egl/wayland/wayland-egl/wayland-egl.c | |
parent | f04765922c02f2b522b0de17c7c7ce67beca1efe (diff) |
wayland-egl: Remove left-over headers and struct
Diffstat (limited to 'src/egl/wayland/wayland-egl/wayland-egl.c')
-rw-r--r-- | src/egl/wayland/wayland-egl/wayland-egl.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/egl/wayland/wayland-egl/wayland-egl.c b/src/egl/wayland/wayland-egl/wayland-egl.c index 3e1a9c45bdc..c8f73ea8a3a 100644 --- a/src/egl/wayland/wayland-egl/wayland-egl.c +++ b/src/egl/wayland/wayland-egl/wayland-egl.c @@ -1,21 +1,8 @@ -#include <stdio.h> #include <stdlib.h> -#include <string.h> -#include <stdbool.h> -#include <errno.h> - -#include <sys/types.h> -#include <sys/stat.h> -#include <fcntl.h> -#include <unistd.h> - -#include <dlfcn.h> #include <wayland-client.h> #include "wayland-egl.h" #include "wayland-egl-priv.h" -#include "wayland-drm-client-protocol.h" -#include <xf86drm.h> WL_EGL_EXPORT void wl_egl_window_resize(struct wl_egl_window *egl_window, |