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
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -32,7 +32,6 @@
__FBSDID("$FreeBSD$"); __FBSDID("$FreeBSD$");
#include <assert.h> #include <assert.h>
#include <stdint.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
-1
View File
@@ -34,7 +34,6 @@ __FBSDID("$FreeBSD$");
#include <sys/types.h> #include <sys/types.h>
#include <sys/uio.h> #include <sys/uio.h>
#include <assert.h> #include <assert.h>
#include <stdint.h>
#include <stdlib.h> #include <stdlib.h>
#include <unistd.h> #include <unistd.h>