summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.cc
diff options
context:
space:
mode:
author android-build-prod (mdb) <android-build-team-robot@google.com> 2018-04-26 21:14:56 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-04-26 21:14:56 +0000
commit9e0b75b1ce6fd69859b300b3c266e87b190521e1 (patch)
tree92b7deea052015dd64bea6fc72d76c67f69e0e5d /compiler/driver/compiler_driver.cc
parent5a87e19e4bf1b6719c2aad3effde1b38d2c3085c (diff)
parent82d046e7c9daad9b706cbec7df7025c5a4ef9163 (diff)
Merge "Add a profiling library"
Diffstat (limited to 'compiler/driver/compiler_driver.cc')
-rw-r--r--compiler/driver/compiler_driver.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/driver/compiler_driver.cc b/compiler/driver/compiler_driver.cc
index 41b7e7be47..fbbb4e960f 100644
--- a/compiler/driver/compiler_driver.cc
+++ b/compiler/driver/compiler_driver.cc
@@ -57,7 +57,6 @@
#include "gc/space/space.h"
#include "handle_scope-inl.h"
#include "intrinsics_enum.h"
-#include "jit/profile_compilation_info.h"
#include "jni_internal.h"
#include "linker/linker_patch.h"
#include "mirror/class-inl.h"
@@ -69,6 +68,7 @@
#include "mirror/throwable.h"
#include "nativehelper/ScopedLocalRef.h"
#include "object_lock.h"
+#include "profile/profile_compilation_info.h"
#include "runtime.h"
#include "runtime_intrinsics.h"
#include "scoped_thread_state_change-inl.h"