aboutsummaryrefslogtreecommitdiffstats
path: root/libc
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-01-24 23:44:26 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-01-24 23:44:27 +0000
commit66eeec8e160feddc2b35c4ff9d20de92f37331dd (patch)
tree75f3539f6046d51cf192be01f31590bd620da35b /libc
parent62d20fb21948d7a31d453ec08ed5abc02d3dd1d3 (diff)
parentc5dc02a91e8a8460807d7d18ea9775a7b8fa446c (diff)
downloadandroid_bionic-66eeec8e160feddc2b35c4ff9d20de92f37331dd.tar.gz
android_bionic-66eeec8e160feddc2b35c4ff9d20de92f37331dd.tar.bz2
android_bionic-66eeec8e160feddc2b35c4ff9d20de92f37331dd.zip
Merge "Reduce <stdlib.h> namespace pollution."
Diffstat (limited to 'libc')
-rw-r--r--libc/include/stdlib.h1
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>