summaryrefslogtreecommitdiff
path: root/compiler/optimizing/nodes.cc
diff options
context:
space:
mode:
author Mathieu Chartier <mathieuc@google.com> 2016-09-30 02:33:08 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2016-09-30 02:33:09 +0000
commit74a69eda053486e2d563f888a689586c5cfa7217 (patch)
treeff3f880c5e84f3316532b47d0e9a7729ade848ac /compiler/optimizing/nodes.cc
parentd1224dce59eb0019507e41da5e10f12dda66bee4 (diff)
parent0795f23920ee9aabf28e45c63cd592dcccf00216 (diff)
Merge "Clean up ScopedThreadStateChange to use ObjPtr"
Diffstat (limited to 'compiler/optimizing/nodes.cc')
-rw-r--r--compiler/optimizing/nodes.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/nodes.cc b/compiler/optimizing/nodes.cc
index 9cfa89b7d0..ef9bf23a17 100644
--- a/compiler/optimizing/nodes.cc
+++ b/compiler/optimizing/nodes.cc
@@ -25,7 +25,7 @@
#include "base/stl_util.h"
#include "intrinsics.h"
#include "mirror/class-inl.h"
-#include "scoped_thread_state_change.h"
+#include "scoped_thread_state_change-inl.h"
namespace art {