summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/CompactUnwinder.hpp1
-rw-r--r--src/DwarfInstructions.hpp1
-rw-r--r--src/DwarfParser.hpp1
-rw-r--r--src/EHHeaderParser.hpp1
-rw-r--r--src/Unwind_AppleExtras.cpp1
-rw-r--r--src/libunwind.cpp1
6 files changed, 2 insertions, 4 deletions
diff --git a/src/CompactUnwinder.hpp b/src/CompactUnwinder.hpp
index 1be1b0b..7b97bf8 100644
--- a/src/CompactUnwinder.hpp
+++ b/src/CompactUnwinder.hpp
@@ -19,7 +19,6 @@
#include <libunwind.h>
#include <mach-o/compact_unwind_encoding.h>
-#include "AddressSpace.hpp"
#include "Registers.hpp"
#define EXTRACT_BITS(value, mask) \
diff --git a/src/DwarfInstructions.hpp b/src/DwarfInstructions.hpp
index f3a4d2c..a428633 100644
--- a/src/DwarfInstructions.hpp
+++ b/src/DwarfInstructions.hpp
@@ -18,7 +18,6 @@
#include <stdlib.h>
#include "dwarf2.h"
-#include "AddressSpace.hpp"
#include "Registers.hpp"
#include "DwarfParser.hpp"
#include "config.h"
diff --git a/src/DwarfParser.hpp b/src/DwarfParser.hpp
index 586653b..81f1658 100644
--- a/src/DwarfParser.hpp
+++ b/src/DwarfParser.hpp
@@ -21,7 +21,6 @@
#include "libunwind.h"
#include "dwarf2.h"
-#include "AddressSpace.hpp"
#include "config.h"
namespace libunwind {
diff --git a/src/EHHeaderParser.hpp b/src/EHHeaderParser.hpp
index 6c3ccc8..c66af21 100644
--- a/src/EHHeaderParser.hpp
+++ b/src/EHHeaderParser.hpp
@@ -15,7 +15,6 @@
#include "libunwind.h"
-#include "AddressSpace.hpp"
#include "DwarfParser.hpp"
namespace libunwind {
diff --git a/src/Unwind_AppleExtras.cpp b/src/Unwind_AppleExtras.cpp
index d8301c0..8015150 100644
--- a/src/Unwind_AppleExtras.cpp
+++ b/src/Unwind_AppleExtras.cpp
@@ -9,6 +9,7 @@
//===----------------------------------------------------------------------===//
#include "config.h"
+#include "AddressSpace.hpp"
#include "DwarfParser.hpp"
#include "unwind_ext.h"
diff --git a/src/libunwind.cpp b/src/libunwind.cpp
index 3133e5a..4971544 100644
--- a/src/libunwind.cpp
+++ b/src/libunwind.cpp
@@ -24,6 +24,7 @@
#include <stdlib.h>
+#include "AddressSpace.hpp"
#include "UnwindCursor.hpp"
using namespace libunwind;