summaryrefslogtreecommitdiff
path: root/runtime/class_loader_utils.h
diff options
context:
space:
mode:
author Vladimir Marko <vmarko@google.com> 2018-05-09 12:30:40 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-05-09 12:30:40 +0000
commit4ed794415b5fa1d45e87409f592fbcb314fc7e34 (patch)
tree7e0e4c7888c2497d86ce96c9574d7c9886721ccf /runtime/class_loader_utils.h
parentabd9e1515bc6be88372c61071971c5432a51553d (diff)
parenta3ad0cdd711857f04f477e2cdc5b56a2c74a3018 (diff)
Merge "ART: Move JNI files to runtime/jni/ ."
Diffstat (limited to 'runtime/class_loader_utils.h')
-rw-r--r--runtime/class_loader_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/class_loader_utils.h b/runtime/class_loader_utils.h
index 1439f11636..af42878e97 100644
--- a/runtime/class_loader_utils.h
+++ b/runtime/class_loader_utils.h
@@ -20,7 +20,7 @@
#include "art_field-inl.h"
#include "base/mutex.h"
#include "handle_scope.h"
-#include "jni_internal.h"
+#include "jni/jni_internal.h"
#include "mirror/class_loader.h"
#include "native/dalvik_system_DexFile.h"
#include "scoped_thread_state_change-inl.h"