summaryrefslogtreecommitdiff
path: root/runtime/openjdkjvmti/ti_thread.cc
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2017-04-20 22:53:58 -0700
committer Andreas Gampe <agampe@google.com> 2017-04-21 08:41:28 -0700
commita1d2f957a21319d1110bebb9a52f46fd1c67ffaf (patch)
treedb9b6eda7cd4764e13c07256df14a7c14888ee75 /runtime/openjdkjvmti/ti_thread.cc
parentc6ea7d00ad069a2736f603daa3d8eaa9a1f8ea11 (diff)
ART: Clean up art_field.h
Clean up the header. Fix up other headers including the -inl file, in an effort to prune the include graph. Fix broken transitive includes by making includes explicit. Test: m Change-Id: I6ff2d6f89b741d8188e19426eccf4743fec688fc
Diffstat (limited to 'runtime/openjdkjvmti/ti_thread.cc')
-rw-r--r--runtime/openjdkjvmti/ti_thread.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/openjdkjvmti/ti_thread.cc b/runtime/openjdkjvmti/ti_thread.cc
index e5ff090ddf..3dfa63313d 100644
--- a/runtime/openjdkjvmti/ti_thread.cc
+++ b/runtime/openjdkjvmti/ti_thread.cc
@@ -32,7 +32,7 @@
#include "ti_thread.h"
#include "android-base/strings.h"
-#include "art_field.h"
+#include "art_field-inl.h"
#include "art_jvmti.h"
#include "base/logging.h"
#include "base/mutex.h"