summaryrefslogtreecommitdiffstats
path: root/test/900-hello-plugin/load_unload.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/900-hello-plugin/load_unload.cc')
-rw-r--r--test/900-hello-plugin/load_unload.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/900-hello-plugin/load_unload.cc b/test/900-hello-plugin/load_unload.cc
index 19312b4d71..cab0abf58b 100644
--- a/test/900-hello-plugin/load_unload.cc
+++ b/test/900-hello-plugin/load_unload.cc
@@ -17,9 +17,10 @@
#include <jni.h>
#include <stdio.h>
+#include <android-base/logging.h>
+#include <android-base/macros.h>
+
#include "art_method-inl.h"
-#include "base/logging.h"
-#include "base/macros.h"
#include "java_vm_ext.h"
#include "runtime.h"