From 88eb19cf7944988ef635598b46afbf1c9461ff7e Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Fri, 25 Aug 2017 14:03:48 +0100 Subject: [PATCH] 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 --- src/egl/drivers/dri2/platform_android.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/egl/drivers/dri2/platform_android.c b/src/egl/drivers/dri2/platform_android.c index 36fc583..a864a2a 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 #include #include #include -- 2.7.4