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/graph_test.cc | |
| parent | 8fb1308578cfea07ebe6c55312821480c9cc1e80 (diff) | |
| parent | b666f4805c8ae707ea6fd7f6c7f375e0b000dba8 (diff) | |
Merge "Move arenas into runtime"
Diffstat (limited to 'compiler/optimizing/graph_test.cc')
| -rw-r--r-- | compiler/optimizing/graph_test.cc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/compiler/optimizing/graph_test.cc b/compiler/optimizing/graph_test.cc index c59f8366fa..4742e4d073 100644 --- a/compiler/optimizing/graph_test.cc +++ b/compiler/optimizing/graph_test.cc @@ -14,12 +14,12 @@   * limitations under the License.   */ +#include "base/arena_allocator.h"  #include "base/stringprintf.h"  #include "builder.h"  #include "nodes.h"  #include "optimizing_unit_test.h"  #include "pretty_printer.h" -#include "utils/arena_allocator.h"  #include "gtest/gtest.h" |