commit | 66eeec8e160feddc2b35c4ff9d20de92f37331dd | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sat Jan 24 23:44:26 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Sat Jan 24 23:44:27 2015 +0000 |
tree | 75f3539f6046d51cf192be01f31590bd620da35b | |
parent | 62d20fb21948d7a31d453ec08ed5abc02d3dd1d3 [diff] | |
parent | c5dc02a91e8a8460807d7d18ea9775a7b8fa446c [diff] |
Merge "Reduce <stdlib.h> namespace pollution."
diff --git a/libc/include/stdlib.h b/libc/include/stdlib.h index dfb788e..0060ea3 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>