From: Chris Lattner Date: Sat, 10 Jan 2004 19:12:09 +0000 (+0000) Subject: Remove wrappers around std c files X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=335eb9d91211bede7f1092c06f68a5a05135a63c;p=oota-llvm.git Remove wrappers around std c files git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10744 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llee/ExecveHandler.c b/tools/llee/ExecveHandler.c index 922a154864b..c7fad108f53 100644 --- a/tools/llee/ExecveHandler.c +++ b/tools/llee/ExecveHandler.c @@ -6,9 +6,9 @@ //===----------------------------------------------------------------------===// #include "SysUtils.h" -#include "Config/errno.h" -#include "Config/stdlib.h" #include "Config/unistd.h" +#include +#include #include #include #include diff --git a/tools/llee/StorageProxy.c b/tools/llee/StorageProxy.c index 0562796ec20..656d3164cfc 100644 --- a/tools/llee/StorageProxy.c +++ b/tools/llee/StorageProxy.c @@ -8,10 +8,10 @@ #include "OSInterface.h" #include "SysUtils.h" #include "Config/fcntl.h" -#include "Config/stdlib.h" #include "Config/unistd.h" #include "Config/sys/types.h" #include "Config/sys/stat.h" +#include #include #include