summaryrefslogtreecommitdiffstats
path: root/runtime/runtime_options.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/runtime_options.cc')
-rw-r--r--runtime/runtime_options.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/runtime_options.cc b/runtime/runtime_options.cc
index aa147198fc..b072bb0c37 100644
--- a/runtime/runtime_options.cc
+++ b/runtime/runtime_options.cc
@@ -18,13 +18,13 @@
#include <memory>
+#include "debugger.h"
#include "gc/heap.h"
#include "monitor.h"
#include "runtime.h"
#include "thread_list.h"
#include "trace.h"
#include "utils.h"
-#include "debugger.h"
namespace art {