diff options
author | 2019-01-08 10:32:50 -0800 | |
---|---|---|
committer | 2019-01-09 12:38:30 -0800 | |
commit | 639b2b1f3a675135d443fc380323fbc48639a7eb (patch) | |
tree | 0aba54938e712e5dd95b525c92f836c59cca49c6 /compiler/jni/quick/calling_convention.cc | |
parent | 8764dc3b3eda7f6f13ed7b584475503fe5bedd59 (diff) |
ART: Remove instruction_set.h from thread.h
Move the function definitions relying on it to the -inl. Some
follow-up transitive-include cleanup, as well as some more
forward-declarations.
Bug: 119869270
Test: mmma art
Change-Id: I820f395e6cb8343a4bb9bf02da271fbec067109f
Diffstat (limited to 'compiler/jni/quick/calling_convention.cc')
-rw-r--r-- | compiler/jni/quick/calling_convention.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/jni/quick/calling_convention.cc b/compiler/jni/quick/calling_convention.cc index ff814c8a6b..f031b9be82 100644 --- a/compiler/jni/quick/calling_convention.cc +++ b/compiler/jni/quick/calling_convention.cc @@ -18,6 +18,8 @@ #include <android-base/logging.h> +#include "arch/instruction_set.h" + #ifdef ART_ENABLE_CODEGEN_arm #include "jni/quick/arm/calling_convention_arm.h" #endif |