Reduce <stdlib.h> namespace pollution.
<stdlib.h> shouldn't drag in all of <string.h>. Change-Id: I949172f7ff17e329e411e5054e50f79c13775444
This commit is contained in:
parent
62d20fb219
commit
c5dc02a91e
|
@ -31,7 +31,6 @@
|
|||
#include <sys/cdefs.h>
|
||||
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
#include <alloca.h>
|
||||
#include <strings.h>
|
||||
#include <memory.h>
|
||||
|
|
Loading…
Reference in New Issue