From eaf09bc65f9a10d12befcdb239156938c9bceef2 Mon Sep 17 00:00:00 2001 From: buzbee Date: Thu, 15 Nov 2012 14:51:41 -0800 Subject: Quick compiler: more refactoring Focus on header file cleanup here. Note: target_list.h is transitional, and upcoming CLs will do additional header file reorganization. Change-Id: If86e1a8c1c43305762fe37b157a9d3c17d911ea7 --- src/compiler/ralloc.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/compiler/ralloc.cc') diff --git a/src/compiler/ralloc.cc b/src/compiler/ralloc.cc index d9c6a5716a..ffb7fecf68 100644 --- a/src/compiler/ralloc.cc +++ b/src/compiler/ralloc.cc @@ -14,10 +14,9 @@ * limitations under the License. */ -#include "dalvik.h" #include "compiler_internals.h" #include "dataflow.h" -#include "codegen/ralloc.h" +#include "codegen/ralloc_util.h" namespace art { -- cgit v1.2.3-59-g8ed1b