commit | 53914165e4a19e4a320cf3394e4fabff4e89d7c6 | [log] [tgz] |
---|---|---|
author | Christopher Ferris <cferris@google.com> | Thu Feb 08 19:27:47 2018 -0800 |
committer | Christopher Ferris <cferris@google.com> | Thu Feb 08 19:29:08 2018 -0800 |
tree | 7b48d5313031761ea5b8714c58a52457f2aa2977 | |
parent | 2ccde89153321d2c98787d6320ac15602494a78d [diff] [blame] |
Expose per arch headers. Bug: 73013352 Test: Compiles. Change-Id: Ic05660db7d7858a9857143ee5e58cdaddcf52a35
diff --git a/libunwindstack/ElfInterfaceArm.cpp b/libunwindstack/ElfInterfaceArm.cpp index 616d1b1..dfb8e8f 100644 --- a/libunwindstack/ElfInterfaceArm.cpp +++ b/libunwindstack/ElfInterfaceArm.cpp
@@ -17,12 +17,12 @@ #include <elf.h> #include <stdint.h> +#include <unwindstack/MachineArm.h> #include <unwindstack/Memory.h> #include <unwindstack/RegsArm.h> #include "ArmExidx.h" #include "ElfInterfaceArm.h" -#include "MachineArm.h" namespace unwindstack {