diff options
| -rw-r--r-- | runtime/gc/heap.cc | 1 | ||||
| -rw-r--r-- | runtime/hprof/hprof.cc | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/runtime/gc/heap.cc b/runtime/gc/heap.cc index 8e3bbde224..58becb1d09 100644 --- a/runtime/gc/heap.cc +++ b/runtime/gc/heap.cc @@ -37,7 +37,6 @@ #include "base/systrace.h" #include "base/time_utils.h" #include "common_throws.h" -#include "cutils/sched_policy.h" #include "debugger.h" #include "dex/dex_file-inl.h" #include "entrypoints/quick/quick_alloc_entrypoints.h" diff --git a/runtime/hprof/hprof.cc b/runtime/hprof/hprof.cc index 7bd5a6a68a..c9e8426340 100644 --- a/runtime/hprof/hprof.cc +++ b/runtime/hprof/hprof.cc @@ -24,7 +24,6 @@ #include "hprof.h" -#include <cutils/open_memstream.h> #include <errno.h> #include <fcntl.h> #include <stdio.h> |