summaryrefslogtreecommitdiff
path: root/runtime/gc/reference_queue.cc
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2017-06-05 17:56:46 -0700
committer Andreas Gampe <agampe@google.com> 2017-06-05 20:28:16 -0700
commit5d08fcc21a14190c4dba3028a3e35d281afdd016 (patch)
treec42de65ced190778342d9b022e400f4a7f9d346b /runtime/gc/reference_queue.cc
parent57cf00bde719ddc84a6015b107b90a20169e3099 (diff)
ART: More header cleanups
Pull out more dependencies through forward declarations. Test: m test-art-host Change-Id: I7d86726928937f788b956ec9eac91532d66d57ae
Diffstat (limited to 'runtime/gc/reference_queue.cc')
-rw-r--r--runtime/gc/reference_queue.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/gc/reference_queue.cc b/runtime/gc/reference_queue.cc
index fd5dcf9de6..321d22a592 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 {