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/fault_handler.h b/runtime/fault_handler.h index 97d3c2f..026f5b9 100644 --- a/runtime/fault_handler.h +++ b/runtime/fault_handler.h
@@ -29,7 +29,7 @@ namespace mirror { class ArtMethod; -} // namespace mirror +} // namespace mirror class FaultHandler;