diff options
author | Pavel Labath <labath@google.com> | 2018-05-15 13:42:26 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2018-05-15 13:42:26 +0000 |
commit | 245dd2e0c76648b8f875a2f45003ffd8614eb6d6 (patch) | |
tree | be88759a81c898b69e633104c714d6ded212540f /lldb/source/Host/common/NativeProcessProtocol.cpp | |
parent | 349506a926c78af36cdcac75d44ac7522f168d06 (diff) | |
download | llvm-245dd2e0c76648b8f875a2f45003ffd8614eb6d6.zip llvm-245dd2e0c76648b8f875a2f45003ffd8614eb6d6.tar.gz llvm-245dd2e0c76648b8f875a2f45003ffd8614eb6d6.tar.bz2 |
Reapply "Remove Process references from the Host module"
This re-lands r332250/D46395, after fixing Mac build errors.
llvm-svn: 332353
Diffstat (limited to 'lldb/source/Host/common/NativeProcessProtocol.cpp')
-rw-r--r-- | lldb/source/Host/common/NativeProcessProtocol.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Host/common/NativeProcessProtocol.cpp b/lldb/source/Host/common/NativeProcessProtocol.cpp index cc998e6..3e8648f 100644 --- a/lldb/source/Host/common/NativeProcessProtocol.cpp +++ b/lldb/source/Host/common/NativeProcessProtocol.cpp @@ -13,7 +13,6 @@ #include "lldb/Host/common/NativeRegisterContext.h" #include "lldb/Host/common/NativeThreadProtocol.h" #include "lldb/Host/common/SoftwareBreakpoint.h" -#include "lldb/Target/Process.h" #include "lldb/Utility/LLDBAssert.h" #include "lldb/Utility/Log.h" #include "lldb/lldb-enumerations.h" |