summaryrefslogtreecommitdiffstats
path: root/compiler/dex/quick/x86/call_x86.cc
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2014-06-06 15:58:22 -0700
committerIan Rogers <irogers@google.com>2014-06-06 16:27:45 -0700
commit576ca0cd692c0b6ae70e776de91015b8ff000a08 (patch)
treede632fae7ee9f096e7a2c54a7fcdace8f6ae7106 /compiler/dex/quick/x86/call_x86.cc
parente21bf0099117b82963cdf7f95a1b8dabfcf29397 (diff)
downloadandroid_art-576ca0cd692c0b6ae70e776de91015b8ff000a08.tar.gz
android_art-576ca0cd692c0b6ae70e776de91015b8ff000a08.tar.bz2
android_art-576ca0cd692c0b6ae70e776de91015b8ff000a08.zip
Reduce header files including header files.
Main focus is getting heap.h out of runtime.h. Change-Id: I8d13dce8512816db2820a27b24f5866cc871a04b
Diffstat (limited to 'compiler/dex/quick/x86/call_x86.cc')
-rw-r--r--compiler/dex/quick/x86/call_x86.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/dex/quick/x86/call_x86.cc b/compiler/dex/quick/x86/call_x86.cc
index f363eb3a63..fc0b305fc3 100644
--- a/compiler/dex/quick/x86/call_x86.cc
+++ b/compiler/dex/quick/x86/call_x86.cc
@@ -18,6 +18,7 @@
#include "codegen_x86.h"
#include "dex/quick/mir_to_lir-inl.h"
+#include "gc/accounting/card_table.h"
#include "x86_lir.h"
namespace art {