diff options
Diffstat (limited to 'dexoptanalyzer/dexoptanalyzer.cc')
-rw-r--r-- | dexoptanalyzer/dexoptanalyzer.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dexoptanalyzer/dexoptanalyzer.cc b/dexoptanalyzer/dexoptanalyzer.cc index b182f68a7f..2887dc9530 100644 --- a/dexoptanalyzer/dexoptanalyzer.cc +++ b/dexoptanalyzer/dexoptanalyzer.cc @@ -35,8 +35,8 @@ #include "gc/heap.h" #include "gc/space/image_space.h" #include "noop_compiler_callbacks.h" -#include "oat.h" -#include "oat_file_assistant.h" +#include "oat/oat.h" +#include "oat/oat_file_assistant.h" #include "runtime.h" #include "thread-inl.h" #include "vdex_file.h" |