summaryrefslogtreecommitdiff
path: root/compiler/image_test.cc
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/image_test.cc
parente003beb849386236c1fe6e5edea6aaf5f58b7919 (diff)
parent4fda4eb799c95be266f52aaf3461a440ea86b841 (diff)
Merge "Move code related to debug info generation to its own directory."
Diffstat (limited to 'compiler/image_test.cc')
-rw-r--r--compiler/image_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/image_test.cc b/compiler/image_test.cc
index a5a7796614..4920f9baa5 100644
--- a/compiler/image_test.cc
+++ b/compiler/image_test.cc
@@ -23,7 +23,7 @@
#include "base/unix_file/fd_file.h"
#include "class_linker-inl.h"
#include "common_compiler_test.h"
-#include "dwarf/method_debug_info.h"
+#include "debug/method_debug_info.h"
#include "elf_writer.h"
#include "elf_writer_quick.h"
#include "gc/space/image_space.h"