Remove unneeded includes.

MFC after:	1 month
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Edward Tomasz Napierala 2015-11-14 16:12:56 +00:00
parent c2ef20fdb7
commit f015623182
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=290822
2 changed files with 0 additions and 2 deletions

View file

@ -32,7 +32,6 @@
__FBSDID("$FreeBSD$");
#include <assert.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View file

@ -34,7 +34,6 @@ __FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <sys/uio.h>
#include <assert.h>
#include <stdint.h>
#include <stdlib.h>
#include <unistd.h>