summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver_test.cc
diff options
context:
space:
mode:
author Ian Rogers <irogers@google.com> 2014-07-16 00:11:29 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2014-07-15 00:17:18 +0000
commit0e359ef64546e472ed7e2292c8a48354f9907a37 (patch)
treefd59179f7cb2a9c5155e9ec36c16d54672db280c /compiler/driver/compiler_driver_test.cc
parent76e6773dfed9e9bf382bbb8d6c8654525fa44b0c (diff)
parente63db27db913f1a88e2095a1ee8239b2bb9124e8 (diff)
Merge "Break apart header files."
Diffstat (limited to 'compiler/driver/compiler_driver_test.cc')
-rw-r--r--compiler/driver/compiler_driver_test.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/driver/compiler_driver_test.cc b/compiler/driver/compiler_driver_test.cc
index 5325a68b37..9ae9bd400a 100644
--- a/compiler/driver/compiler_driver_test.cc
+++ b/compiler/driver/compiler_driver_test.cc
@@ -25,12 +25,13 @@
#include "dex_file.h"
#include "gc/heap.h"
#include "mirror/art_method-inl.h"
-#include "mirror/class.h"
#include "mirror/class-inl.h"
+#include "mirror/class_loader.h"
#include "mirror/dex_cache-inl.h"
#include "mirror/object_array-inl.h"
#include "mirror/object-inl.h"
#include "handle_scope-inl.h"
+#include "scoped_thread_state_change.h"
namespace art {