Remove a few unused headers.

MFC after:	2 weeks
This commit is contained in:
Xin LI 2015-10-06 22:45:23 +00:00
parent 195aef9962
commit 61fa58e525
2 changed files with 0 additions and 4 deletions

View File

@ -33,10 +33,7 @@ __FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <sys/ioctl.h>
#include <assert.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <netinet/in.h>

View File

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