summaryrefslogtreecommitdiff
path: root/test/918-fields/fields.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/918-fields/fields.cc')
-rw-r--r--test/918-fields/fields.cc11
1 files changed, 6 insertions, 5 deletions
diff --git a/test/918-fields/fields.cc b/test/918-fields/fields.cc
index 7d29912f47..726c5cf161 100644
--- a/test/918-fields/fields.cc
+++ b/test/918-fields/fields.cc
@@ -16,13 +16,14 @@
#include <stdio.h>
-#include "base/macros.h"
+#include "android-base/macros.h"
#include "jni.h"
-#include "openjdkjvmti/jvmti.h"
-#include "ScopedLocalRef.h"
+#include "jvmti.h"
+#include "scoped_local_ref.h"
-#include "ti-agent/common_helper.h"
-#include "ti-agent/common_load.h"
+// Test infrastructure
+#include "jni_helper.h"
+#include "test_env.h"
namespace art {
namespace Test918Fields {