From: Eric Engestrom Date: Thu, 24 Aug 2017 12:31:09 +0000 (+0100) Subject: khronos/egl: remove dependency on Android NDK header X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=79ee1b2ff0b85f4eeb4165d23a7943c28d3a3d93;p=mesa.git khronos/egl: remove dependency on Android NDK header Khronos: https://github.com/KhronosGroup/EGL-Registry/pull/22 Suggested-by: Emil Velikov Reviewed-by: Rob Herring Signed-off-by: Eric Engestrom --- diff --git a/include/EGL/eglplatform.h b/include/EGL/eglplatform.h index f045d009c03..bf9ec0bf5f4 100644 --- a/include/EGL/eglplatform.h +++ b/include/EGL/eglplatform.h @@ -97,8 +97,7 @@ typedef void *EGLNativeWindowType; #elif defined(__ANDROID__) || defined(ANDROID) -#include - +struct ANativeWindow; struct egl_native_pixmap_t; typedef struct ANativeWindow* EGLNativeWindowType;