summaryrefslogtreecommitdiff
path: root/runtime/gc/reference_processor.h
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_processor.h
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_processor.h')
-rw-r--r--runtime/gc/reference_processor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/gc/reference_processor.h b/runtime/gc/reference_processor.h
index 38b68cbbe8..a8135d9a3b 100644
--- a/runtime/gc/reference_processor.h
+++ b/runtime/gc/reference_processor.h
@@ -20,11 +20,11 @@
#include "base/mutex.h"
#include "globals.h"
#include "jni.h"
-#include "object_callbacks.h"
#include "reference_queue.h"
namespace art {
+class IsMarkedVisitor;
class TimingLogger;
namespace mirror {