diff options
| author | 2018-04-05 20:26:26 +0000 | |
|---|---|---|
| committer | 2018-04-05 20:26:26 +0000 | |
| commit | 1ce5432af49b4d87cb9d7308f1cc493fd557188f (patch) | |
| tree | 64c3c9cb2abc2769a5c23461fbe4af69dae57087 /compiler/optimizing/stack_map_stream.h | |
| parent | 6fcf35bc06b1eb88080863b3bd8f7e16ca099910 (diff) | |
| parent | 1ce2b3b76d121a765212d69399241843951973ae (diff) | |
Merge "Move remaining runtime/base stuff to libartbase"
Diffstat (limited to 'compiler/optimizing/stack_map_stream.h')
| -rw-r--r-- | compiler/optimizing/stack_map_stream.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/compiler/optimizing/stack_map_stream.h b/compiler/optimizing/stack_map_stream.h index 579aabdb5f..268e9bd6e0 100644 --- a/compiler/optimizing/stack_map_stream.h +++ b/compiler/optimizing/stack_map_stream.h @@ -19,9 +19,9 @@  #include "base/bit_vector-inl.h"  #include "base/hash_map.h" +#include "base/memory_region.h"  #include "base/scoped_arena_containers.h"  #include "base/value_object.h" -#include "memory_region.h"  #include "method_info.h"  #include "nodes.h"  #include "stack_map.h" |