diff options
author | Daniel Dunbar <daniel@zuster.org> | 2011-11-16 01:19:26 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2011-11-16 01:19:26 +0000 |
commit | 5ed39314ce8ef7fee941e2a3656a4ee0c69bdb2f (patch) | |
tree | e3f177d484f530cb12fb2434e53221e814139970 /compiler-rt/lib/subvdi3.c | |
parent | 2b88e034047bfeacbd43cd39d7310777f998624b (diff) | |
download | bcm5719-llvm-5ed39314ce8ef7fee941e2a3656a4ee0c69bdb2f.tar.gz bcm5719-llvm-5ed39314ce8ef7fee941e2a3656a4ee0c69bdb2f.zip |
lib: Eliminate direct include of stdlib.h from files that used to (potentially)
need it for compilerrt_abort().
llvm-svn: 144752
Diffstat (limited to 'compiler-rt/lib/subvdi3.c')
-rw-r--r-- | compiler-rt/lib/subvdi3.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/lib/subvdi3.c b/compiler-rt/lib/subvdi3.c index bcbee0bbb6d..0f1f924effc 100644 --- a/compiler-rt/lib/subvdi3.c +++ b/compiler-rt/lib/subvdi3.c @@ -13,7 +13,6 @@ */ #include "int_lib.h" -#include <stdlib.h> /* Returns: a - b */ |