diff options
| author | 2018-06-25 19:33:19 -0700 | |
|---|---|---|
| committer | 2018-06-25 19:33:19 -0700 | |
| commit | 1a4a7f0bec7850adbe38a58ee313c277dee6bdec (patch) | |
| tree | 84aca3ddd478f08852a24036fe523e11a0581a44 | |
| parent | d6de4564f4494c78955d667b21e4693844d7b818 (diff) | |
ART: Remove stale cutils includes
These haven't been used for a long time.
Test: mmma art
Change-Id: I7a8ff2516714a884a5c02679ca96aa222af169ac
| -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> |