diff options
Diffstat (limited to 'runtime/reflection.h')
-rw-r--r-- | runtime/reflection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/reflection.h b/runtime/reflection.h index df3b9d3694..825a7213ce 100644 --- a/runtime/reflection.h +++ b/runtime/reflection.h @@ -23,11 +23,11 @@ namespace art { namespace mirror { - class ArtMethod; class Class; class Object; } // namespace mirror class ArtField; +class ArtMethod; union JValue; class ScopedObjectAccessAlreadyRunnable; class ShadowFrame; |