commit | 30d2b1fd4b97f2671646ee9d4ef526f7d3e8a5df | [log] [tgz] |
---|---|---|
author | John Kåre Alsaker <john.kare.alsaker@gmail.com> | Tue Nov 13 19:10:28 2012 +0100 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Tue Nov 13 17:03:47 2012 -0500 |
tree | e9c79383d126b950d6c424208693769254216352 | |
parent | 320711db0a2e7ce11664198cefc6c3182f8ca273 [diff] [blame] |
Move EGL and GL includes to a gles2-renderer header.
diff --git a/src/compositor-wayland.c b/src/compositor-wayland.c index 4a70f99..d8169b9 100644 --- a/src/compositor-wayland.c +++ b/src/compositor-wayland.c
@@ -36,10 +36,8 @@ #include <wayland-client.h> #include <wayland-egl.h> -#include <EGL/egl.h> -#include <EGL/eglext.h> - #include "compositor.h" +#include "gl-renderer.h" struct wayland_compositor { struct weston_compositor base;