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/parsed_options.h | |
parent | e21bf0099117b82963cdf7f95a1b8dabfcf29397 (diff) | |
download | art-576ca0cd692c0b6ae70e776de91015b8ff000a08.zip art-576ca0cd692c0b6ae70e776de91015b8ff000a08.tar.gz art-576ca0cd692c0b6ae70e776de91015b8ff000a08.tar.bz2 |
Reduce header files including header files.
Main focus is getting heap.h out of runtime.h.
Change-Id: I8d13dce8512816db2820a27b24f5866cc871a04b
Diffstat (limited to 'runtime/parsed_options.h')
-rw-r--r-- | runtime/parsed_options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/parsed_options.h b/runtime/parsed_options.h index a27eec6..d0f3c12 100644 --- a/runtime/parsed_options.h +++ b/runtime/parsed_options.h @@ -19,6 +19,7 @@ #include <string> +#include "gc/collector_type.h" #include "runtime.h" #include "trace.h" |