summaryrefslogtreecommitdiff
path: root/lib/eprintf.c
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-11-16 01:19:26 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-11-16 01:19:26 +0000
commit2db4af813a1a615986c0ae315f7179a6a27ed2ca (patch)
tree680ccf33d4cff757841186a8f2137b606a88f184 /lib/eprintf.c
parent401f693a874c0f2fd9e37173e3ab7045a1bdeb3d (diff)
lib: Eliminate direct include of stdlib.h from files that used to (potentially)
need it for compilerrt_abort(). git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@144752 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/eprintf.c')
-rw-r--r--lib/eprintf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/eprintf.c b/lib/eprintf.c
index 7c79174fc..b07d624b5 100644
--- a/lib/eprintf.c
+++ b/lib/eprintf.c
@@ -12,7 +12,6 @@
#include "int_lib.h"
#include <stdio.h>
-#include <stdlib.h>
/*