| commit | 2dd0e2cea360bc9206eb88ecc40d259e796c239d | [log] [tgz] |
|---|---|---|
| author | Ian Rogers <irogers@google.com> | Thu Jan 24 12:42:14 2013 -0800 |
| committer | Ian Rogers <irogers@google.com> | Wed Jan 30 16:48:31 2013 -0800 |
| tree | 9d619dc9508cbe73e4793bf6f08cbc761abfb48a | |
| parent | ac21b797b3a425975d656d6b84a7b24401d35f42 [diff] [blame] |
Directory restructuring of object.h Break object.h into constituent files. Reduce number of #includes in other GC header files. Introduce -inl.h files to avoid mirror files #include-ing each other. Check invariants of verifier RegTypes for all constructors. Change-Id: Iecf1171c02910ac152d52947330ef456df4043bc
diff --git a/src/oat.cc b/src/oat.cc index 8032a11..b0a9aef 100644 --- a/src/oat.cc +++ b/src/oat.cc
@@ -15,6 +15,7 @@ */ #include "oat.h" +#include "utils.h" #include <zlib.h>