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/nohup/nohup.c | 1 - 1 file changed, 1 deletion(-) (limited to 'usr.bin/nohup/nohup.c') diff --git a/usr.bin/nohup/nohup.c b/usr.bin/nohup/nohup.c index 06f2244..aa3109c 100644 --- a/usr.bin/nohup/nohup.c +++ b/usr.bin/nohup/nohup.c @@ -54,7 +54,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include static void dofile(void); -- cgit v1.1