diff options
author | Eric Engestrom <eric.engestrom@imgtec.com> | 2017-08-24 13:31:09 +0100 |
---|---|---|
committer | Eric Engestrom <eric.engestrom@imgtec.com> | 2017-08-25 14:19:53 +0100 |
commit | 79ee1b2ff0b85f4eeb4165d23a7943c28d3a3d93 (patch) | |
tree | 4adec1cb9395a961b885adeb4ef33b3a96753dc6 /include | |
parent | 88eb19cf7944988ef635598b46afbf1c9461ff7e (diff) |
khronos/egl: remove dependency on Android NDK header
Khronos: https://github.com/KhronosGroup/EGL-Registry/pull/22
Suggested-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Diffstat (limited to 'include')
-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 f045d009c0..bf9ec0bf5f 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; |