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