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/tee/tee.c | 1 - 1 file changed, 1 deletion(-) (limited to 'usr.bin/tee/tee.c') diff --git a/usr.bin/tee/tee.c b/usr.bin/tee/tee.c index 123a2de..de592c5 100644 --- a/usr.bin/tee/tee.c +++ b/usr.bin/tee/tee.c @@ -52,7 +52,6 @@ static const char rcsid[] = #include #include #include -#include #include typedef struct _list { -- cgit v1.1