diff options
| author | 2018-03-01 16:11:30 +0000 | |
|---|---|---|
| committer | 2018-03-01 16:11:30 +0000 | |
| commit | 8a346fa6a8b1eff8fbf96ee812b87ad597eed7b1 (patch) | |
| tree | 89a2a66cb5d14cece8d265a18721b9d50ba27a60 /compiler/optimizing/code_generator.cc | |
| parent | 1ccfa59c180c62f88091048c3f7f65f1d511ed0c (diff) | |
| parent | 67bf42e89592c3a1c648f927f2ce3ccb189a1161 (diff) | |
Merge "Header library to remove dependence on runtime/"
Diffstat (limited to 'compiler/optimizing/code_generator.cc')
| -rw-r--r-- | compiler/optimizing/code_generator.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/code_generator.cc b/compiler/optimizing/code_generator.cc index 01155dcd37..ff59173c8b 100644 --- a/compiler/optimizing/code_generator.cc +++ b/compiler/optimizing/code_generator.cc @@ -43,6 +43,7 @@ #include "base/bit_utils.h" #include "base/bit_utils_iterator.h" #include "base/casts.h" +#include "base/leb128.h" #include "bytecode_utils.h" #include "class_linker.h" #include "compiled_method.h" @@ -52,7 +53,6 @@ #include "graph_visualizer.h" #include "intern_table.h" #include "intrinsics.h" -#include "leb128.h" #include "mirror/array-inl.h" #include "mirror/object_array-inl.h" #include "mirror/object_reference.h" |