diff options
Diffstat (limited to 'runtime/entrypoints/entrypoint_utils.h')
-rw-r--r-- | runtime/entrypoints/entrypoint_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/entrypoints/entrypoint_utils.h b/runtime/entrypoints/entrypoint_utils.h index 4f9090815f..d2c98e153e 100644 --- a/runtime/entrypoints/entrypoint_utils.h +++ b/runtime/entrypoints/entrypoint_utils.h @@ -27,7 +27,6 @@ #include "dex_instruction.h" #include "gc/allocator_type.h" #include "handle.h" -#include "invoke_type.h" #include "jvalue.h" namespace art { @@ -41,6 +40,7 @@ namespace mirror { class ArtField; class ArtMethod; +enum InvokeType : uint32_t; class OatQuickMethodHeader; class ScopedObjectAccessAlreadyRunnable; class Thread; |