commit | 5d08fcc21a14190c4dba3028a3e35d281afdd016 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Mon Jun 05 17:56:46 2017 -0700 |
committer | Andreas Gampe <agampe@google.com> | Mon Jun 05 20:28:16 2017 -0700 |
tree | c42de65ced190778342d9b022e400f4a7f9d346b | |
parent | 57cf00bde719ddc84a6015b107b90a20169e3099 [diff] [blame] |
ART: More header cleanups Pull out more dependencies through forward declarations. Test: m test-art-host Change-Id: I7d86726928937f788b956ec9eac91532d66d57ae
diff --git a/runtime/gc/reference_queue.cc b/runtime/gc/reference_queue.cc index fd5dcf9..321d22a 100644 --- a/runtime/gc/reference_queue.cc +++ b/runtime/gc/reference_queue.cc
@@ -22,6 +22,7 @@ #include "mirror/class-inl.h" #include "mirror/object-inl.h" #include "mirror/reference-inl.h" +#include "object_callbacks.h" namespace art { namespace gc {