diff options
author | Elliott Hughes <enh@google.com> | 2015-01-24 15:22:57 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2015-01-24 15:22:57 -0800 |
commit | c5dc02a91e8a8460807d7d18ea9775a7b8fa446c (patch) | |
tree | 75f3539f6046d51cf192be01f31590bd620da35b /libc/include/stdlib.h | |
parent | 62d20fb21948d7a31d453ec08ed5abc02d3dd1d3 (diff) | |
download | android_bionic-c5dc02a91e8a8460807d7d18ea9775a7b8fa446c.tar.gz android_bionic-c5dc02a91e8a8460807d7d18ea9775a7b8fa446c.tar.bz2 android_bionic-c5dc02a91e8a8460807d7d18ea9775a7b8fa446c.zip |
Reduce <stdlib.h> namespace pollution.
<stdlib.h> shouldn't drag in all of <string.h>.
Change-Id: I949172f7ff17e329e411e5054e50f79c13775444
Diffstat (limited to 'libc/include/stdlib.h')
-rw-r--r-- | libc/include/stdlib.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/include/stdlib.h b/libc/include/stdlib.h index dfb788e57..0060ea3f0 100644 --- a/libc/include/stdlib.h +++ b/libc/include/stdlib.h @@ -31,7 +31,6 @@ #include <sys/cdefs.h> #include <stddef.h> -#include <string.h> #include <alloca.h> #include <strings.h> #include <memory.h> |