From b0e76f456afaada43ddb0968bb37145219f90cd3 Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Fri, 23 Mar 2012 14:15:44 -0700 Subject: remove dependency of EGL on ndk header Change-Id: Ia6e489b5b4f028864bdf54923e81f604710dd8ad --- opengl/include/EGL/eglplatform.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'opengl/include') diff --git a/opengl/include/EGL/eglplatform.h b/opengl/include/EGL/eglplatform.h index bfac71b..af4d11f 100644 --- a/opengl/include/EGL/eglplatform.h +++ b/opengl/include/EGL/eglplatform.h @@ -80,8 +80,7 @@ typedef void *EGLNativePixmapType; #elif defined(__ANDROID__) || defined(ANDROID) -#include - +struct ANativeWindow; struct egl_native_pixmap_t; typedef struct ANativeWindow* EGLNativeWindowType; -- cgit v1.1