diff options
Diffstat (limited to 'runtime/thread.h')
-rw-r--r-- | runtime/thread.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/thread.h b/runtime/thread.h index 6db1943bac..ad69ecfacc 100644 --- a/runtime/thread.h +++ b/runtime/thread.h @@ -36,7 +36,6 @@ #include "entrypoints/jni/jni_entrypoints.h" #include "entrypoints/quick/quick_entrypoints.h" #include "handle_scope.h" -#include "instrumentation.h" #include "interpreter/interpreter_cache.h" #include "jvalue.h" #include "managed_stack.h" @@ -59,6 +58,10 @@ class SemiSpace; } // namespace collector } // namespace gc +namespace instrumentation { +struct InstrumentationStackFrame; +} // namespace instrumentation + namespace mirror { class Array; class Class; |