From: Eric Engestrom Date: Fri, 25 Aug 2017 13:03:48 +0000 (+0100) Subject: Revert "egl/android: add missing include" X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=88eb19cf7944988ef635598b46afbf1c9461ff7e;p=mesa.git 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 --- diff --git a/src/egl/drivers/dri2/platform_android.c b/src/egl/drivers/dri2/platform_android.c index 36fc5833b4e..a864a2af3d7 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