diff options
author | Ian Rogers <irogers@google.com> | 2014-06-06 15:58:22 -0700 |
---|---|---|
committer | Ian Rogers <irogers@google.com> | 2014-06-06 16:27:45 -0700 |
commit | 576ca0cd692c0b6ae70e776de91015b8ff000a08 (patch) | |
tree | de632fae7ee9f096e7a2c54a7fcdace8f6ae7106 /runtime/base/mutex-inl.h | |
parent | e21bf0099117b82963cdf7f95a1b8dabfcf29397 (diff) | |
download | art-576ca0cd692c0b6ae70e776de91015b8ff000a08.tar.gz art-576ca0cd692c0b6ae70e776de91015b8ff000a08.tar.bz2 art-576ca0cd692c0b6ae70e776de91015b8ff000a08.zip |
Reduce header files including header files.
Main focus is getting heap.h out of runtime.h.
Change-Id: I8d13dce8512816db2820a27b24f5866cc871a04b
Diffstat (limited to 'runtime/base/mutex-inl.h')
-rw-r--r-- | runtime/base/mutex-inl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/base/mutex-inl.h b/runtime/base/mutex-inl.h index a9472f750..d20eb17a3 100644 --- a/runtime/base/mutex-inl.h +++ b/runtime/base/mutex-inl.h @@ -25,6 +25,8 @@ #include "cutils/atomic-inline.h" #include "cutils/trace.h" + +#include "base/stringprintf.h" #include "runtime.h" #include "thread.h" |