diff options
| author | 2017-05-16 13:51:57 -0700 | |
|---|---|---|
| committer | 2017-05-30 16:26:39 -0700 | |
| commit | f0446e9c785027b89a63f625b38f07c919bc6748 (patch) | |
| tree | 3b7ac17426b17a61729a300b2fe87a03d03454cc /compiler/driver/compiler_driver.h | |
| parent | 2af99028f508071d5cd056e4ea42e988e0b83e79 (diff) | |
ART: Misc header cleanups
Move/remove arena allocator includes.
Test: mma art
Change-Id: If998569d96c791fc3d4aa93ca95672a4d4b5782c
Diffstat (limited to 'compiler/driver/compiler_driver.h')
| -rw-r--r-- | compiler/driver/compiler_driver.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/driver/compiler_driver.h b/compiler/driver/compiler_driver.h index 17c20b48b0..38e7d2c686 100644 --- a/compiler/driver/compiler_driver.h +++ b/compiler/driver/compiler_driver.h @@ -23,7 +23,6 @@ #include <vector> #include "arch/instruction_set.h" -#include "base/arena_allocator.h" #include "base/array_ref.h" #include "base/bit_utils.h" #include "base/mutex.h" |