summaryrefslogtreecommitdiff
path: root/openjdkjvmti/deopt_manager.cc
diff options
context:
space:
mode:
author David Sehr <sehr@google.com> 2018-01-24 19:08:50 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-01-24 19:08:50 +0000
commitd02784e17c20c91a50dcb10522351f4937e250ff (patch)
tree2cf70f14f13f0126397b6f35c7cd51a94c88954d /openjdkjvmti/deopt_manager.cc
parente65febd52f8d8af3d693dd36042ce769375c3b9e (diff)
parent8c0961f9e061ee4b04c1c4ba8ad5cca13bcf884d (diff)
Merge "Move missed files to libdexfile"
Diffstat (limited to 'openjdkjvmti/deopt_manager.cc')
-rw-r--r--openjdkjvmti/deopt_manager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/openjdkjvmti/deopt_manager.cc b/openjdkjvmti/deopt_manager.cc
index 53d84836fc..9e11a25e58 100644
--- a/openjdkjvmti/deopt_manager.cc
+++ b/openjdkjvmti/deopt_manager.cc
@@ -38,11 +38,11 @@
#include "base/enums.h"
#include "base/mutex-inl.h"
#include "dex/dex_file_annotations.h"
+#include "dex/modifiers.h"
#include "events-inl.h"
#include "jni_internal.h"
#include "mirror/class-inl.h"
#include "mirror/object_array-inl.h"
-#include "modifiers.h"
#include "nativehelper/scoped_local_ref.h"
#include "runtime_callbacks.h"
#include "scoped_thread_state_change-inl.h"