Remove standard C header wrappers
authorChris Lattner <sabre@nondot.org>
Sat, 10 Jan 2004 19:15:38 +0000 (19:15 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 10 Jan 2004 19:15:38 +0000 (19:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10748 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llee/SysUtils.c

index 6d6dc50a6aae634cf6768cfb09ec5877a0d3e0f3..2ec6148a6601a9131446358a3a12ff8db9d2f5c9 100644 (file)
@@ -7,12 +7,12 @@
 
 #include "SysUtils.h"
 #include "Config/dlfcn.h"
-#include "Config/errno.h"
 #include "Config/fcntl.h"
 #include "Config/unistd.h"
 #include "Config/sys/stat.h"
 #include "Config/sys/types.h"
 #include "Config/sys/wait.h"
+#include <errno.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>