commit | c4a99bc416542001bb369ef6ac6bb434ff4b3471 | [log] [tgz] |
---|---|---|
author | Greg Clayton <gclayton@apple.com> | Tue Feb 01 01:13:32 2011 +0000 |
committer | Greg Clayton <gclayton@apple.com> | Tue Feb 01 01:13:32 2011 +0000 |
tree | cac8beb7902f19fff3d8126a7073780e2f9e7e21 | |
parent | 0d349f9b8a633b47b9fb26da5c41a791876fb34b [diff] [blame] |
Patch from Kirk Beitz that removes an unneeded include of "sys/errno.h". llvm-svn: 124638
diff --git a/lldb/source/Commands/CommandObjectTarget.cpp b/lldb/source/Commands/CommandObjectTarget.cpp index 14c7c26..ecbbb72 100644 --- a/lldb/source/Commands/CommandObjectTarget.cpp +++ b/lldb/source/Commands/CommandObjectTarget.cpp
@@ -11,7 +11,7 @@ // C Includes #include <errno.h> -#include <sys/errno.h> + // C++ Includes // Other libraries and framework includes // Project includes