diff options
| author | 2015-02-19 18:00:29 +0000 | |
|---|---|---|
| committer | 2015-02-19 18:00:29 +0000 | |
| commit | 6561551f094f79ce569160b29131b07be7aa3363 (patch) | |
| tree | ea69c355806e450f49a08fdca5ec2c065a878003 /compiler/optimizing/find_loops_test.cc | |
| parent | 8fb1308578cfea07ebe6c55312821480c9cc1e80 (diff) | |
| parent | b666f4805c8ae707ea6fd7f6c7f375e0b000dba8 (diff) | |
Merge "Move arenas into runtime"
Diffstat (limited to 'compiler/optimizing/find_loops_test.cc')
| -rw-r--r-- | compiler/optimizing/find_loops_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/find_loops_test.cc b/compiler/optimizing/find_loops_test.cc index e05d9b3b0f..2bfecc696a 100644 --- a/compiler/optimizing/find_loops_test.cc +++ b/compiler/optimizing/find_loops_test.cc @@ -14,13 +14,13 @@ * limitations under the License. */ +#include "base/arena_allocator.h" #include "builder.h" #include "dex_file.h" #include "dex_instruction.h" #include "nodes.h" #include "optimizing_unit_test.h" #include "ssa_liveness_analysis.h" -#include "utils/arena_allocator.h" #include "pretty_printer.h" #include "gtest/gtest.h" |