From 2208ac1acff642528ab86ad928de033b2ebec1ab Mon Sep 17 00:00:00 2001 From: eivind Date: Wed, 10 Dec 1997 22:18:54 +0000 Subject: Remove simultaneous include of and . Reorder includes to be alphabetical some places since I already was in here. --- bin/sh/jobs.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin/sh/jobs.c') diff --git a/bin/sh/jobs.c b/bin/sh/jobs.c index 563892f..a17b5d0 100644 --- a/bin/sh/jobs.c +++ b/bin/sh/jobs.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: jobs.c,v 1.15 1997/05/24 21:04:55 steve Exp $ + * $Id: jobs.c,v 1.16 1997/08/18 02:53:19 steve Exp $ */ #ifndef lint @@ -45,7 +45,6 @@ static char const sccsid[] = "@(#)jobs.c 8.5 (Berkeley) 5/4/95"; #include #include #include -#include #include #ifdef BSD #include -- cgit v1.1