summaryrefslogtreecommitdiff
path: root/compiler/debug/dwarf/headers.h
diff options
context:
space:
mode:
author David Brazdil <dbrazdil@google.com> 2016-09-14 16:53:55 +0100
committer David Brazdil <dbrazdil@google.com> 2016-09-14 19:57:21 +0100
commitd9c90373d640a5e08072cf469c372e24a8c0fc35 (patch)
tree35615699aa6c12b21d9c0de7d11ccf0f088ba0d8 /compiler/debug/dwarf/headers.h
parentb180b893b5acb5c55251522465f9d20ed45c3b5a (diff)
Move ArrayRef to runtime/base
Will be used in upcoming CLs regarding VDEX and VerifierDeps. Test: m test-art-host Change-Id: I68e611a4a52246c2bdf45eab7c61f3212908afd4
Diffstat (limited to 'compiler/debug/dwarf/headers.h')
-rw-r--r--compiler/debug/dwarf/headers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/debug/dwarf/headers.h b/compiler/debug/dwarf/headers.h
index 146d9fddf5..28f108423e 100644
--- a/compiler/debug/dwarf/headers.h
+++ b/compiler/debug/dwarf/headers.h
@@ -19,13 +19,13 @@
#include <cstdint>
+#include "base/array_ref.h"
#include "debug/dwarf/debug_frame_opcode_writer.h"
#include "debug/dwarf/debug_info_entry_writer.h"
#include "debug/dwarf/debug_line_opcode_writer.h"
#include "debug/dwarf/dwarf_constants.h"
#include "debug/dwarf/register.h"
#include "debug/dwarf/writer.h"
-#include "utils/array_ref.h"
namespace art {
namespace dwarf {