commit | 81040f4101a9d47ef5b2860247f505e9bee5fdde | [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 | 6252ee8967eb9fa3e140995b9ee1daa930ee7c8b | |
parent | 2b8e8b0d1ea00d0076ac20568c2ce2a2a1fe0240 [diff] [blame] |
Patch from Kirk Beitz that removes an unneeded include of "sys/errno.h". git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@124638 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Commands/CommandObjectTarget.cpp b/source/Commands/CommandObjectTarget.cpp index 14c7c26..ecbbb72 100644 --- a/source/Commands/CommandObjectTarget.cpp +++ b/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