diff options
Diffstat (limited to 'runtime/compiler_callbacks.h')
-rw-r--r-- | runtime/compiler_callbacks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/compiler_callbacks.h b/runtime/compiler_callbacks.h index 23379a9550..c71d4ac1e2 100644 --- a/runtime/compiler_callbacks.h +++ b/runtime/compiler_callbacks.h @@ -18,9 +18,9 @@ #define ART_RUNTIME_COMPILER_CALLBACKS_H_ #include "base/locks.h" +#include "class_status.h" #include "dex/class_reference.h" #include "dex/method_reference.h" -#include "class_status.h" namespace art { |