From 1af0c0b88a956813eb0ad282664cedc391e2938f Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Wed, 19 Feb 2014 17:30:16 +0000 Subject: Revert "Initial check-in of an optimizing compiler." g++ warnings turned into errors. This reverts commit 68a5fefa90f03fdf5a238ac85c9439c6b03eae96. Change-Id: I09bb95d9cc13764ca8a266c41af04801a34b9fd0 --- compiler/dex/mir_graph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/dex/mir_graph.h') diff --git a/compiler/dex/mir_graph.h b/compiler/dex/mir_graph.h index d304db931a..e866612d35 100644 --- a/compiler/dex/mir_graph.h +++ b/compiler/dex/mir_graph.h @@ -21,7 +21,7 @@ #include "dex_instruction.h" #include "compiler_ir.h" #include "arena_bit_vector.h" -#include "utils/growable_array.h" +#include "growable_array.h" namespace art { -- cgit v1.2.3-59-g8ed1b