forked from OSchip/llvm-project
Patch from Kirk Beitz that removes an unneeded include of "sys/errno.h".
llvm-svn: 124638
This commit is contained in:
parent
0d349f9b8a
commit
c4a99bc416
|
@ -11,7 +11,7 @@
|
|||
|
||||
// C Includes
|
||||
#include <errno.h>
|
||||
#include <sys/errno.h>
|
||||
|
||||
// C++ Includes
|
||||
// Other libraries and framework includes
|
||||
// Project includes
|
||||
|
|
Loading…
Reference in New Issue