[Lldb-commits] [lldb] r124638 - /lldb/trunk/source/Commands/CommandObjectTarget.cpp

Greg Clayton gclayton at apple.com
Mon Jan 31 17:13:32 PST 2011


Author: gclayton
Date: Mon Jan 31 19:13:32 2011
New Revision: 124638

URL: http://llvm.org/viewvc/llvm-project?rev=124638&view=rev
Log:
Patch from Kirk Beitz that removes an unneeded include of "sys/errno.h".


Modified:
    lldb/trunk/source/Commands/CommandObjectTarget.cpp

Modified: lldb/trunk/source/Commands/CommandObjectTarget.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Commands/CommandObjectTarget.cpp?rev=124638&r1=124637&r2=124638&view=diff
==============================================================================
--- lldb/trunk/source/Commands/CommandObjectTarget.cpp (original)
+++ lldb/trunk/source/Commands/CommandObjectTarget.cpp Mon Jan 31 19:13:32 2011
@@ -11,7 +11,7 @@
 
 // C Includes
 #include <errno.h>
-#include <sys/errno.h>
+
 // C++ Includes
 // Other libraries and framework includes
 // Project includes





More information about the lldb-commits mailing list