From 335eb9d91211bede7f1092c06f68a5a05135a63c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 10 Jan 2004 19:12:09 +0000 Subject: [PATCH] Remove wrappers around std c files git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10744 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llee/ExecveHandler.c | 4 ++-- tools/llee/StorageProxy.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.34.1