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