Patch from Kirk Beitz that removes an unneeded include of "sys/errno.h".

llvm-svn: 124638
This commit is contained in:
Greg Clayton 2011-02-01 01:13:32 +00:00
parent 0d349f9b8a
commit c4a99bc416
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
// C Includes
#include <errno.h>
#include <sys/errno.h>
// C++ Includes
// Other libraries and framework includes
// Project includes