Remove unused headers from uu_string.c

The malloc.h include is gratuitous and runs in to the following error
on FreeBSD:

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Matt Macy <mmacy@FreeBSD.org>
Closes #9509
This commit is contained in:
Matthew Macy 2019-10-25 13:53:50 -07:00 committed by Brian Behlendorf
parent 24cf9f4eb2
commit 5f3eceb98f
1 changed files with 0 additions and 2 deletions

View File

@ -29,8 +29,6 @@
#include <string.h>
#include <sys/types.h>
#include <stdio.h>
#include <malloc.h>
#include <ctype.h>
#include "libuutil.h"