From 3601af4da2686fd29335abce8859205b64c312dd Mon Sep 17 00:00:00 2001 From: Xin LI Date: Sat, 12 Dec 2020 02:24:33 +0000 Subject: Remove unneeded headers. MFC after: 2 weeks --- bin/stty/cchar.c | 1 - bin/stty/key.c | 1 - bin/stty/modes.c | 1 - bin/stty/stty.c | 1 - bin/stty/util.c | 2 -- 5 files changed, 6 deletions(-) (limited to 'bin') diff --git a/bin/stty/cchar.c b/bin/stty/cchar.c index 52c3219ac788..ecefbb2bc8f3 100644 --- a/bin/stty/cchar.c +++ b/bin/stty/cchar.c @@ -39,7 +39,6 @@ __FBSDID("$FreeBSD$"); #include #include -#include #include #include diff --git a/bin/stty/key.c b/bin/stty/key.c index 632524305628..4514a0ea1c04 100644 --- a/bin/stty/key.c +++ b/bin/stty/key.c @@ -38,7 +38,6 @@ __FBSDID("$FreeBSD$"); #include #include -#include #include #include #include diff --git a/bin/stty/modes.c b/bin/stty/modes.c index 0fe4e5168d2c..5cd3061aa449 100644 --- a/bin/stty/modes.c +++ b/bin/stty/modes.c @@ -36,7 +36,6 @@ static char sccsid[] = "@(#)modes.c 8.3 (Berkeley) 4/2/94"; __FBSDID("$FreeBSD$"); #include -#include #include #include "stty.h" diff --git a/bin/stty/stty.c b/bin/stty/stty.c index 234008329c0a..9aa2f51aa81f 100644 --- a/bin/stty/stty.c +++ b/bin/stty/stty.c @@ -45,7 +45,6 @@ __FBSDID("$FreeBSD$"); #include #include -#include #include #include #include diff --git a/bin/stty/util.c b/bin/stty/util.c index 8c2755820d8d..19898ba9805f 100644 --- a/bin/stty/util.c +++ b/bin/stty/util.c @@ -39,8 +39,6 @@ __FBSDID("$FreeBSD$"); #include #include -#include -#include #include #include "stty.h" -- cgit v1.2.3