@@ -24,7 +24,7 @@
*
* This is a simple file to encapsulate the EGL API headers.
*/
-#ifndef _MSC_VER
+#if !defined(_MSC_VER) && !defined(__ANDROID__)
#include <EGL/egl.h>
#include <EGL/eglext.h>
@@ -29,7 +29,6 @@
#include "SDL_system.h"
#include "SDL_android.h"
-#include <EGL/egl.h>
#include "keyinfotable.h"