summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-03-03 21:51:25 +0000
committerZachary Turner <zturner@google.com>2015-03-03 21:51:25 +0000
commit93749ab3cfff19115bf46d6424939cfddba906cc (patch)
tree295c3c7a3aea4ff8c8103e0ea57e87fe9c82441f /lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
parent49cfb8166598aad9b1785c3ec614ebdf75e037f8 (diff)
downloadbcm5719-llvm-93749ab3cfff19115bf46d6424939cfddba906cc.tar.gz
bcm5719-llvm-93749ab3cfff19115bf46d6424939cfddba906cc.zip
Further reduce the header footprint of Process.h
No functional change here, only deletes unnecessary headers and moves one function's body from the .h file to the .cpp. llvm-svn: 231145
Diffstat (limited to 'lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp')
-rw-r--r--lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp b/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
index 21a28a672fc..b1553cca63a 100644
--- a/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
+++ b/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
@@ -30,6 +30,7 @@
#include "lldb/Symbol/ClangNamespaceDecl.h"
#include "lldb/Symbol/DWARFCallFrameInfo.h"
#include "lldb/Symbol/ObjectFile.h"
+#include "lldb/Target/MemoryRegionInfo.h"
#include "lldb/Target/Platform.h"
#include "lldb/Target/Process.h"
#include "lldb/Target/SectionLoadList.h"
OpenPOWER on IntegriCloud