summaryrefslogtreecommitdiff
path: root/assembler/ralloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'assembler/ralloc.c')
-rw-r--r--assembler/ralloc.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/assembler/ralloc.c b/assembler/ralloc.c
index 59e71c48..69c1da4d 100644
--- a/assembler/ralloc.c
+++ b/assembler/ralloc.c
@@ -28,11 +28,6 @@
#include <string.h>
#include <stdint.h>
-/* Android defines SIZE_MAX in limits.h, instead of the standard stdint.h */
-#ifdef ANDROID
-#include <limits.h>
-#endif
-
/* Some versions of MinGW are missing _vscprintf's declaration, although they
* still provide the symbol in the import library. */
#ifdef __MINGW32__