Get rid of now unnecessary Android header include in general.h

This commit is contained in:
twinaphex 2012-12-18 06:04:49 +01:00
parent 2e5f21db60
commit 8ac8f6b7c8

View File

@ -48,11 +48,6 @@
#include <time/time.h>
#endif
// Android
#ifdef ANDROID
#include "android/native/jni/android_general.h"
#endif
// Windows
#if defined(_WIN32) && !defined(_XBOX)
#define WIN32_LEAN_AND_MEAN