1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-20 15:43:16 +00:00

Eliminate unneeded headers.

This commit is contained in:
Xin LI 2011-06-21 20:44:06 +00:00
parent b561579962
commit 71024a974d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=223376
2 changed files with 0 additions and 3 deletions

View File

@ -41,12 +41,10 @@ __FBSDID("$FreeBSD$");
#include <sys/stat.h>
#include <err.h>
#include <errno.h>
#include <limits.h>
#include <signal.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include "extern.h"

View File

@ -41,7 +41,6 @@ __FBSDID("$FreeBSD$");
#include <err.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "extern.h"