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;