diff options
Diffstat (limited to 'openjdkjvmti/jvmti_weak_table.h')
-rw-r--r-- | openjdkjvmti/jvmti_weak_table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openjdkjvmti/jvmti_weak_table.h b/openjdkjvmti/jvmti_weak_table.h index 5a821c964b..cba8ef06a7 100644 --- a/openjdkjvmti/jvmti_weak_table.h +++ b/openjdkjvmti/jvmti_weak_table.h @@ -34,11 +34,11 @@ #include <unordered_map> +#include "base/globals.h" #include "base/macros.h" #include "base/mutex.h" #include "gc/system_weak.h" #include "gc_root-inl.h" -#include "globals.h" #include "jvmti.h" #include "jvmti_allocator.h" #include "mirror/object.h" |