Reduce <stdlib.h> namespace pollution.

<stdlib.h> shouldn't drag in all of <string.h>.

Change-Id: I949172f7ff17e329e411e5054e50f79c13775444
This commit is contained in:
Elliott Hughes 2015-01-24 15:22:57 -08:00
parent 62d20fb219
commit c5dc02a91e
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@
#include <sys/cdefs.h>
#include <stddef.h>
#include <string.h>
#include <alloca.h>
#include <strings.h>
#include <memory.h>