commit | c5dc02a91e8a8460807d7d18ea9775a7b8fa446c | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sat Jan 24 15:22:57 2015 -0800 |
committer | Elliott Hughes <enh@google.com> | Sat Jan 24 15:22:57 2015 -0800 |
tree | 75f3539f6046d51cf192be01f31590bd620da35b | |
parent | 62d20fb21948d7a31d453ec08ed5abc02d3dd1d3 [diff] |
Reduce <stdlib.h> namespace pollution. <stdlib.h> shouldn't drag in all of <string.h>. Change-Id: I949172f7ff17e329e411e5054e50f79c13775444
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>