diff options
Diffstat (limited to 'dex2oat/driver/compiler_driver.cc')
-rw-r--r-- | dex2oat/driver/compiler_driver.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dex2oat/driver/compiler_driver.cc b/dex2oat/driver/compiler_driver.cc index 02e01ec7de..3415efae3d 100644 --- a/dex2oat/driver/compiler_driver.cc +++ b/dex2oat/driver/compiler_driver.cc @@ -33,9 +33,9 @@ #include "base/arena_allocator.h" #include "base/array_ref.h" #include "base/bit_vector.h" -#include "base/enums.h" #include "base/hash_set.h" #include "base/logging.h" // For VLOG +#include "base/pointer_size.h" #include "base/stl_util.h" #include "base/string_view_cpp20.h" #include "base/systrace.h" |