summaryrefslogtreecommitdiff
path: root/src/mark_stack.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mark_stack.cc')
-rw-r--r--src/mark_stack.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mark_stack.cc b/src/mark_stack.cc
index e2694555b9..e1aa6161d3 100644
--- a/src/mark_stack.cc
+++ b/src/mark_stack.cc
@@ -16,11 +16,9 @@
#include "mark_stack.h"
-#include <sys/mman.h>
-
-#include "UniquePtr.h"
#include "globals.h"
#include "logging.h"
+#include "UniquePtr.h"
#include "utils.h"
namespace art {