From 79ee1b2ff0b85f4eeb4165d23a7943c28d3a3d93 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 24 Aug 2017 13:31:09 +0100 Subject: [PATCH] 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 --- include/EGL/eglplatform.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- 2.30.2