summaryrefslogtreecommitdiffstats
path: root/vm/alloc/HeapBitmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm/alloc/HeapBitmap.c')
-rw-r--r--vm/alloc/HeapBitmap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/vm/alloc/HeapBitmap.c b/vm/alloc/HeapBitmap.c
index 2f412dc5c..1f4a9c977 100644
--- a/vm/alloc/HeapBitmap.c
+++ b/vm/alloc/HeapBitmap.c
@@ -17,8 +17,7 @@
#include "Dalvik.h"
#include "HeapBitmap.h"
#include "clz.h"
-#include <limits.h> // for ULONG_MAX
-#include <sys/mman.h> // for madvise(), mmap()
+#include <sys/mman.h> /* for PROT_* */
#define LIKELY(exp) (__builtin_expect((exp) != 0, true))
#define UNLIKELY(exp) (__builtin_expect((exp) != 0, false))