commit | 576ca0cd692c0b6ae70e776de91015b8ff000a08 | [log] [tgz] |
---|---|---|
author | Ian Rogers <irogers@google.com> | Fri Jun 06 15:58:22 2014 -0700 |
committer | Ian Rogers <irogers@google.com> | Fri Jun 06 16:27:45 2014 -0700 |
tree | de632fae7ee9f096e7a2c54a7fcdace8f6ae7106 | |
parent | e21bf0099117b82963cdf7f95a1b8dabfcf29397 [diff] [blame] |
Reduce header files including header files. Main focus is getting heap.h out of runtime.h. Change-Id: I8d13dce8512816db2820a27b24f5866cc871a04b
diff --git a/runtime/dex_instruction.cc b/runtime/dex_instruction.cc index 0494f22..0a71d62 100644 --- a/runtime/dex_instruction.cc +++ b/runtime/dex_instruction.cc
@@ -20,6 +20,7 @@ #include <iomanip> +#include "base/stringprintf.h" #include "dex_file-inl.h" #include "utils.h"