Remove unneeded includes.

MFC after:	1 month
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
trasz 2015-11-14 16:12:56 +00:00
parent b1195936c3
commit bb9eea2d8f
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>