diff options
author | Elliott Hughes <enh@google.com> | 2015-01-24 23:44:26 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-01-24 23:44:27 +0000 |
commit | 66eeec8e160feddc2b35c4ff9d20de92f37331dd (patch) | |
tree | 75f3539f6046d51cf192be01f31590bd620da35b | |
parent | 62d20fb21948d7a31d453ec08ed5abc02d3dd1d3 (diff) | |
parent | c5dc02a91e8a8460807d7d18ea9775a7b8fa446c (diff) | |
download | android_bionic-66eeec8e160feddc2b35c4ff9d20de92f37331dd.tar.gz android_bionic-66eeec8e160feddc2b35c4ff9d20de92f37331dd.tar.bz2 android_bionic-66eeec8e160feddc2b35c4ff9d20de92f37331dd.zip |
Merge "Reduce <stdlib.h> namespace pollution."
-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> |