commit | 57b86d47b66322693a070185fadfb43cb9c12eab | [log] [tgz] |
---|---|---|
author | Ian Rogers <irogers@google.com> | Tue Mar 27 16:05:41 2012 -0700 |
committer | Ian Rogers <irogers@google.com> | Thu Mar 29 11:51:44 2012 -0700 |
tree | 81d53304a63a660a683917a19f7dd83723a397ad | |
parent | 68aefb06c449df0bd8a34f3491f7594ee3f9dd0b [diff] [blame] |
Refactor runtime support. Change-Id: Id7470a4105838150d5ceb73ab2c8c83e739660df
diff --git a/src/debugger.cc b/src/debugger.cc index 5a9a462..70f9c8e 100644 --- a/src/debugger.cc +++ b/src/debugger.cc
@@ -23,7 +23,7 @@ #include "class_linker.h" #include "class_loader.h" #include "dex_verifier.h" // For Instruction. -#include "context.h" +#include "oat/runtime/context.h" #include "object_utils.h" #include "ScopedLocalRef.h" #include "ScopedPrimitiveArray.h"