summaryrefslogtreecommitdiff
path: root/compiler/dex/quick
diff options
context:
space:
mode:
author David Srbecky <dsrbecky@google.com> 2016-02-08 12:46:10 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2016-02-08 12:46:10 +0000
commita0f2bc5b09cdaf8a8ff5cec3c40a9f18885e8796 (patch)
treef7be0f7f42b3a79eef3f1f97f39ad73f5b269b72 /compiler/dex/quick
parente003beb849386236c1fe6e5edea6aaf5f58b7919 (diff)
parent4fda4eb799c95be266f52aaf3461a440ea86b841 (diff)
Merge "Move code related to debug info generation to its own directory."
Diffstat (limited to 'compiler/dex/quick')
-rw-r--r--compiler/dex/quick/lazy_debug_frame_opcode_writer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/dex/quick/lazy_debug_frame_opcode_writer.h b/compiler/dex/quick/lazy_debug_frame_opcode_writer.h
index c425fc852d..85050f4f13 100644
--- a/compiler/dex/quick/lazy_debug_frame_opcode_writer.h
+++ b/compiler/dex/quick/lazy_debug_frame_opcode_writer.h
@@ -19,7 +19,7 @@
#include "base/arena_allocator.h"
#include "base/arena_containers.h"
-#include "dwarf/debug_frame_opcode_writer.h"
+#include "debug/dwarf/debug_frame_opcode_writer.h"
namespace art {
struct LIR;