From b963db4652a0bf1718825e8e1a9bc93e87b7a80f Mon Sep 17 00:00:00 2001 From: delphij Date: Fri, 11 Dec 2009 23:35:38 +0000 Subject: Remove unneeded header includes from usr.bin/ except contributed code. Tested with: make universe --- usr.bin/find/find.c | 1 - usr.bin/find/getdate.y | 1 - usr.bin/find/ls.c | 1 - usr.bin/find/main.c | 1 - usr.bin/find/misc.c | 1 - usr.bin/find/option.c | 1 - 6 files changed, 6 deletions(-) (limited to 'usr.bin/find') diff --git a/usr.bin/find/find.c b/usr.bin/find/find.c index cc2d797..3171f8b 100644 --- a/usr.bin/find/find.c +++ b/usr.bin/find/find.c @@ -52,7 +52,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include "find.h" diff --git a/usr.bin/find/getdate.y b/usr.bin/find/getdate.y index de7750c..0a7ab21 100644 --- a/usr.bin/find/getdate.y +++ b/usr.bin/find/getdate.y @@ -15,7 +15,6 @@ #include __FBSDID("$FreeBSD$"); -#include #include /* The code at the top of get_date which figures out the offset of the diff --git a/usr.bin/find/ls.c b/usr.bin/find/ls.c index 88e4593..7b9d88f 100644 --- a/usr.bin/find/ls.c +++ b/usr.bin/find/ls.c @@ -44,7 +44,6 @@ __FBSDID("$FreeBSD$"); #include #include -#include #include #include #include diff --git a/usr.bin/find/main.c b/usr.bin/find/main.c index 8e2b42c..9a0b9ce 100644 --- a/usr.bin/find/main.c +++ b/usr.bin/find/main.c @@ -53,7 +53,6 @@ __FBSDID("$FreeBSD$"); #include #include -#include #include #include #include diff --git a/usr.bin/find/misc.c b/usr.bin/find/misc.c index 1532906..8fda57c 100644 --- a/usr.bin/find/misc.c +++ b/usr.bin/find/misc.c @@ -48,7 +48,6 @@ __FBSDID("$FreeBSD$"); #include #include -#include #include #include #include diff --git a/usr.bin/find/option.c b/usr.bin/find/option.c index 7d06c91..6c76bbf 100644 --- a/usr.bin/find/option.c +++ b/usr.bin/find/option.c @@ -49,7 +49,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include -- cgit v1.1