commit | f0446e9c785027b89a63f625b38f07c919bc6748 | [log] [tgz] |
---|---|---|
author | Andreas Gampe <agampe@google.com> | Tue May 16 13:51:57 2017 -0700 |
committer | Andreas Gampe <agampe@google.com> | Tue May 30 16:26:39 2017 -0700 |
tree | 3b7ac17426b17a61729a300b2fe87a03d03454cc | |
parent | 2af99028f508071d5cd056e4ea42e988e0b83e79 [diff] |
ART: Misc header cleanups Move/remove arena allocator includes. Test: mma art Change-Id: If998569d96c791fc3d4aa93ca95672a4d4b5782c
diff --git a/compiler/driver/compiler_driver.cc b/compiler/driver/compiler_driver.cc index 70c3f60..23be71f 100644 --- a/compiler/driver/compiler_driver.cc +++ b/compiler/driver/compiler_driver.cc
@@ -28,6 +28,7 @@ #include "art_field-inl.h" #include "art_method-inl.h" +#include "base/arena_allocator.h" #include "base/array_ref.h" #include "base/bit_vector.h" #include "base/enums.h"
diff --git a/compiler/driver/compiler_driver.h b/compiler/driver/compiler_driver.h index 17c20b4..38e7d2c 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"