From 13f02f28c8ff07c78b61864f672fd538e228e60f Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Tue, 23 Oct 2012 23:36:29 +0000 Subject: [PATCH] Don't include both & . --- usr.bin/script/script.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/usr.bin/script/script.c b/usr.bin/script/script.c index 2b083dd7690..9d4f468c0e0 100644 --- a/usr.bin/script/script.c +++ b/usr.bin/script/script.c @@ -27,28 +27,23 @@ * SUCH DAMAGE. */ -#include - +#include __FBSDID("$FreeBSD$"); - #ifndef lint static const char copyright[] = "@(#) Copyright (c) 1980, 1992, 1993\n\ The Regents of the University of California. All rights reserved.\n"; #endif - #ifndef lint static const char sccsid[] = "@(#)script.c 8.1 (Berkeley) 6/6/93"; #endif -#include #include #include #include #include #include #include -#include #include #include