diff options
author | Eric Engestrom <[email protected]> | 2017-08-24 13:31:09 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2017-08-25 14:19:53 +0100 |
commit | 79ee1b2ff0b85f4eeb4165d23a7943c28d3a3d93 (patch) | |
tree | 4adec1cb9395a961b885adeb4ef33b3a96753dc6 /include/EGL | |
parent | 88eb19cf7944988ef635598b46afbf1c9461ff7e (diff) |
khronos/egl: remove dependency on Android NDK header
Khronos: https://github.com/KhronosGroup/EGL-Registry/pull/22
Suggested-by: Emil Velikov <[email protected]>
Reviewed-by: Rob Herring <[email protected]>
Signed-off-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'include/EGL')
-rw-r--r-- | include/EGL/eglplatform.h | 3 |
1 files changed, 1 insertions, 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 <android/native_window.h> - +struct ANativeWindow; struct egl_native_pixmap_t; typedef struct ANativeWindow* EGLNativeWindowType; |