diff options
| author | 2015-05-26 17:42:31 +0000 | |
|---|---|---|
| committer | 2015-05-26 17:42:31 +0000 | |
| commit | dc31313c4577bb4c00d90774159c84e738ed348d (patch) | |
| tree | 5f850028ebc8843cdcaf56c5fc122bd660937603 /compiler/jni/quick/calling_convention.cc | |
| parent | 03b5a398a96ea29c39ddfe3d810245b868d2871f (diff) | |
| parent | 80afd02024d20e60b197d3adfbb43cc303cf29e0 (diff) | |
Merge "ART: Clean up arm64 kNumberOfXRegisters usage."
Diffstat (limited to 'compiler/jni/quick/calling_convention.cc')
| -rw-r--r-- | compiler/jni/quick/calling_convention.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/jni/quick/calling_convention.cc b/compiler/jni/quick/calling_convention.cc index 436fc0cfd0..2e146c4527 100644 --- a/compiler/jni/quick/calling_convention.cc +++ b/compiler/jni/quick/calling_convention.cc @@ -23,7 +23,6 @@ #include "jni/quick/mips64/calling_convention_mips64.h" #include "jni/quick/x86/calling_convention_x86.h" #include "jni/quick/x86_64/calling_convention_x86_64.h" -#include "utils.h" namespace art { |