Module: Mesa Branch: master Commit: 88eb19cf7944988ef635598b46afbf1c9461ff7e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=88eb19cf7944988ef635598b46afbf1c9461ff7e
Author: Eric Engestrom <[email protected]> Date: Fri Aug 25 14:03:48 2017 +0100 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 <[email protected]> --- 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 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> _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
