Revert "egl/android: add missing include"

This reverts commit 688d866eca.

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: 688d866eca "egl/android: add missing include"
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
This commit is contained in:
Eric Engestrom 2017-08-25 14:03:48 +01:00
parent fff1327547
commit 88eb19cf79
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@
* DEALINGS IN THE SOFTWARE.
*/
#include <android/native_window.h>
#include <errno.h>
#include <dlfcn.h>
#include <fcntl.h>