commit | 8764dc3b3eda7f6f13ed7b584475503fe5bedd59 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Mon Jan 07 15:20:12 2019 -0800 |
committer | Andreas Gampe <agampe@google.com> | Wed Jan 09 12:38:30 2019 -0800 |
tree | e8f6e3a4a2596595ffdc8a517daaf37030482eae | |
parent | 49b74a8c685acfe43dd33e3f51a24c486388bee1 [diff] [blame] |
ART: Use iosfwd more Use iosfwd where an include of ostream is unnecessary. Also move callee_save_type.h to runtime. Bug: 119869270 Test: mmma art Change-Id: Id8995d6f524e4c491eb6f57fdffb940cf35d291f
diff --git a/runtime/offsets.h b/runtime/offsets.h index d4c0dd6..6d1a8e0 100644 --- a/runtime/offsets.h +++ b/runtime/offsets.h
@@ -17,7 +17,7 @@ #ifndef ART_RUNTIME_OFFSETS_H_ #define ART_RUNTIME_OFFSETS_H_ -#include <ostream> +#include <iosfwd> #include "base/enums.h" #include "runtime_globals.h"