diff options
Diffstat (limited to 'runtime/check_jni.cc')
-rw-r--r-- | runtime/check_jni.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/check_jni.cc b/runtime/check_jni.cc index 9a43790575..f8b977eea7 100644 --- a/runtime/check_jni.cc +++ b/runtime/check_jni.cc @@ -34,8 +34,8 @@ #include "dex/descriptors_names.h" #include "dex/dex_file-inl.h" #include "gc/space/space.h" -#include "java_vm_ext.h" -#include "jni_internal.h" +#include "jni/java_vm_ext.h" +#include "jni/jni_internal.h" #include "mirror/class-inl.h" #include "mirror/field.h" #include "mirror/method.h" |