diff options
| author | 2012-11-15 14:51:41 -0800 | |
|---|---|---|
| committer | 2012-11-16 16:48:09 -0800 | |
| commit | eaf09bc65f9a10d12befcdb239156938c9bceef2 (patch) | |
| tree | e3b85c241b24aa058a413363e4f9c94f4c76d4d6 /src/compiler/ralloc.cc | |
| parent | efc6369224b036a1fb77849f7ae65b3492c832c0 (diff) | |
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
Diffstat (limited to 'src/compiler/ralloc.cc')
| -rw-r--r-- | src/compiler/ralloc.cc | 3 |
1 files changed, 1 insertions, 2 deletions
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 { |