summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@imgtec.com>2017-08-25 14:03:48 +0100
committerEric Engestrom <eric.engestrom@imgtec.com>2017-08-25 14:03:48 +0100
commit88eb19cf7944988ef635598b46afbf1c9461ff7e (patch)
tree95b82ae2584bdb1116aeced2451b8cf5636db4d5 /src
parentfff132754770d54da0c285e266737d9fcd73ca94 (diff)
Revert "egl/android: add missing include"
This reverts commit 688d866eca8943f09cd846ffb045e18f6ec0677c. The include I added in 688d866eca isn't actually useful, as it only declares the opaque struct ANativeWindow. However, this caused build issues for android-x86 [1] due to the header being moved in Android O. [1] https://lists.freedesktop.org/archives/mesa-dev/2017-August/167626.html Fixes: 688d866eca8943f09cd8 "egl/android: add missing include" Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Diffstat (limited to 'src')
-rw-r--r--src/egl/drivers/dri2/platform_android.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/egl/drivers/dri2/platform_android.c b/src/egl/drivers/dri2/platform_android.c
index 36fc5833b4..a864a2af3d 100644
--- a/src/egl/drivers/dri2/platform_android.c
+++ b/src/egl/drivers/dri2/platform_android.c
@@ -27,7 +27,6 @@
* DEALINGS IN THE SOFTWARE.
*/
-#include <android/native_window.h>
#include <errno.h>
#include <dlfcn.h>
#include <fcntl.h>