summaryrefslogtreecommitdiff
path: root/runtime/interpreter/interpreter_common.h
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2018-11-29 19:19:10 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-11-29 19:19:10 +0000
commitc89a28730fb8dff57c6cb5b18295fec45fe85d09 (patch)
tree5d596ced1f30cb59c86179c05f4fb2a947ba5253 /runtime/interpreter/interpreter_common.h
parentf2970cd870948a6ee1c8ecd30c9c3147d05aa0be (diff)
parent0402f4b019c1d6c567b1c56589f1ea9170ab5dcc (diff)
Merge "Revert "Reduce the number of calls to Jit::AddSamples.""
Diffstat (limited to 'runtime/interpreter/interpreter_common.h')
-rw-r--r--runtime/interpreter/interpreter_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/interpreter/interpreter_common.h b/runtime/interpreter/interpreter_common.h
index 1c724212f5..bf84227560 100644
--- a/runtime/interpreter/interpreter_common.h
+++ b/runtime/interpreter/interpreter_common.h
@@ -44,7 +44,7 @@
#include "handle_scope-inl.h"
#include "interpreter_mterp_impl.h"
#include "interpreter_switch_impl.h"
-#include "jit/jit-inl.h"
+#include "jit/jit.h"
#include "mirror/call_site.h"
#include "mirror/class-inl.h"
#include "mirror/dex_cache.h"