summaryrefslogtreecommitdiffstats
path: root/runtime/runtime.cc
diff options
context:
space:
mode:
authorVladimir Marko <vmarko@google.com>2015-04-13 12:22:36 +0100
committerVladimir Marko <vmarko@google.com>2015-04-13 16:30:13 +0100
commit3481ba2c4e4f3aa80d8c6d50a9f85dacb56b508b (patch)
tree77551c0a6d060e5a3723ad35d2ab101038f9328a /runtime/runtime.cc
parent095d209342420563becfec6676b46a6c6b839107 (diff)
downloadart-3481ba2c4e4f3aa80d8c6d50a9f85dacb56b508b.zip
art-3481ba2c4e4f3aa80d8c6d50a9f85dacb56b508b.tar.gz
art-3481ba2c4e4f3aa80d8c6d50a9f85dacb56b508b.tar.bz2
ART: Clean up includes.
Reduce dependencies to improve incremental build times. Break up circular dependency involving class_linker-inl.h. Change-Id: I4be742c5c2b5cd9855beea86630fd68aab76b0db
Diffstat (limited to 'runtime/runtime.cc')
-rw-r--r--runtime/runtime.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/runtime.cc b/runtime/runtime.cc
index 66d38ce..543b9dc 100644
--- a/runtime/runtime.cc
+++ b/runtime/runtime.cc
@@ -54,7 +54,7 @@
#include "base/arena_allocator.h"
#include "base/dumpable.h"
#include "base/unix_file/fd_file.h"
-#include "class_linker.h"
+#include "class_linker-inl.h"
#include "compiler_callbacks.h"
#include "debugger.h"
#include "elf_file.h"