diff options
author | Greg Clayton <gclayton@apple.com> | 2010-12-17 15:50:20 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2010-12-17 15:50:20 +0000 |
commit | 442d7544acd775d297a4a1fb72bb0e8412f21cee (patch) | |
tree | 38d703c767f3583c14c1c807bf9066191a924d1b /lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h | |
parent | 77815438d1a74f65bc23f0aeec96303106a171cf (diff) | |
download | llvm-442d7544acd775d297a4a1fb72bb0e8412f21cee.zip llvm-442d7544acd775d297a4a1fb72bb0e8412f21cee.tar.gz llvm-442d7544acd775d297a4a1fb72bb0e8412f21cee.tar.bz2 |
Removed libunwind sources as we aren't using them anymore.
llvm-svn: 122059
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h')
-rw-r--r-- | lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h b/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h index a6deead..2b7344d 100644 --- a/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h +++ b/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h @@ -14,7 +14,6 @@ #include "lldb/Target/Process.h" #include "lldb/Target/Thread.h" -#include "libunwind/include/libunwind.h" class StringExtractor; class ProcessGDBRemote; |