From 7c869b352d122ab0bbf7cb529b45fc0365837c3a Mon Sep 17 00:00:00 2001 From: David Srbecky Date: Sun, 12 Apr 2015 08:47:47 +0100 Subject: Move the file which defines DWARF enums. It was previously part of the runtime since it was needed by the linker. This is no longer the case so we can move it to the DWARF utility library. Change-Id: I1874fad45d27fd9ebbae17dd82d43322190f91ef --- compiler/dwarf/headers.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'compiler/dwarf/headers.h') diff --git a/compiler/dwarf/headers.h b/compiler/dwarf/headers.h index d17d327ff1..760f53c6e4 100644 --- a/compiler/dwarf/headers.h +++ b/compiler/dwarf/headers.h @@ -19,11 +19,11 @@ #include -#include "debug_frame_opcode_writer.h" -#include "debug_info_entry_writer.h" -#include "debug_line_opcode_writer.h" -#include "register.h" -#include "writer.h" +#include "dwarf/debug_frame_opcode_writer.h" +#include "dwarf/debug_info_entry_writer.h" +#include "dwarf/debug_line_opcode_writer.h" +#include "dwarf/register.h" +#include "dwarf/writer.h" namespace art { namespace dwarf { -- cgit v1.2.3-59-g8ed1b