(Android) Remove unneeded include.

Also fixes build on older NDK (r6b).
This commit is contained in:
notaz 2012-12-26 01:48:28 +02:00
parent 729bf464c5
commit bbc898400d

View File

@ -19,7 +19,6 @@
#include "../gl_common.h"
#include <EGL/egl.h> /* Requires NDK r5 or newer */
#include <GLES/gl.h>
#include "../../android/native/jni/android_general.h"
#include "../image.h"