diff options
Diffstat (limited to 'test/911-get-stack-trace/stack_trace.cc')
| -rw-r--r-- | test/911-get-stack-trace/stack_trace.cc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/test/911-get-stack-trace/stack_trace.cc b/test/911-get-stack-trace/stack_trace.cc index 49cbb7e3c5..a499e90ad9 100644 --- a/test/911-get-stack-trace/stack_trace.cc +++ b/test/911-get-stack-trace/stack_trace.cc @@ -18,20 +18,19 @@ #include <memory> #include <stdio.h> +#include "android-base/logging.h" #include "android-base/stringprintf.h" -#include "android-base/stringprintf.h" -#include "base/logging.h" -#include "base/macros.h" #include "jni.h" #include "jvmti.h" -#include "ScopedLocalRef.h" +#include "scoped_local_ref.h" // Test infrastructure #include "jni_binder.h" #include "jni_helper.h" #include "jvmti_helper.h" #include "test_env.h" +#include "ti_macros.h" namespace art { namespace Test911GetStackTrace { |