summaryrefslogtreecommitdiffstats
path: root/runtime/memory_region.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/memory_region.cc')
-rw-r--r--runtime/memory_region.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/memory_region.cc b/runtime/memory_region.cc
index 13cc5c99bc..862ff73639 100644
--- a/runtime/memory_region.cc
+++ b/runtime/memory_region.cc
@@ -19,9 +19,6 @@
#include <stdint.h>
#include <string.h>
-#include "base/logging.h"
-#include "globals.h"
-
namespace art {
void MemoryRegion::CopyFrom(size_t offset, const MemoryRegion& from) const {