summaryrefslogtreecommitdiff
path: root/compiler/optimizing/stack_map_stream.cc
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2017-02-03 23:19:14 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2017-02-03 23:19:15 +0000
commit814eefec3477131eb51058fc1e2d726232a8ee32 (patch)
tree4d9baca67c8a4f891e216dcc618db485d2d7fcb0 /compiler/optimizing/stack_map_stream.cc
parent5fb0577919dbcd99873e376657e1ba31a1b23c56 (diff)
parent90b936ddda63139ff46a6755c3b83ad6e4ab4ac5 (diff)
Merge "ART: Refactor verify_object.h"
Diffstat (limited to 'compiler/optimizing/stack_map_stream.cc')
-rw-r--r--compiler/optimizing/stack_map_stream.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/stack_map_stream.cc b/compiler/optimizing/stack_map_stream.cc
index 668108daa4..e4d480061d 100644
--- a/compiler/optimizing/stack_map_stream.cc
+++ b/compiler/optimizing/stack_map_stream.cc
@@ -18,8 +18,8 @@
#include <unordered_map>
+#include "art_method-inl.h"
#include "base/stl_util.h"
-#include "art_method.h"
#include "runtime.h"
#include "scoped_thread_state_change-inl.h"