Remove unneeded headers.

MFC after:	2 weeks
This commit is contained in:
Xin LI 2020-12-12 02:24:33 +00:00
parent 2616eaa3d9
commit 3601af4da2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=368573
5 changed files with 0 additions and 6 deletions

View file

@ -39,7 +39,6 @@ __FBSDID("$FreeBSD$");
#include <err.h>
#include <limits.h>
#include <stddef.h>
#include <stdlib.h>
#include <string.h>

View file

@ -38,7 +38,6 @@ __FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <err.h>
#include <errno.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

View file

@ -36,7 +36,6 @@ static char sccsid[] = "@(#)modes.c 8.3 (Berkeley) 4/2/94";
__FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <stddef.h>
#include <string.h>
#include "stty.h"

View file

@ -45,7 +45,6 @@ __FBSDID("$FreeBSD$");
#include <ctype.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <limits.h>
#include <stdio.h>

View file

@ -39,8 +39,6 @@ __FBSDID("$FreeBSD$");
#include <sys/stat.h>
#include <err.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include "stty.h"