From a1e27e6406c7166c1a5b918b50fdd889183ab2a8 Mon Sep 17 00:00:00 2001 From: Max Okumoto Date: Thu, 3 Feb 2005 23:41:05 +0000 Subject: [PATCH] Remove duplicate #include of --- usr.bin/make/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c index 573a5363bc..7401f1a470 100644 --- a/usr.bin/make/main.c +++ b/usr.bin/make/main.c @@ -38,7 +38,7 @@ * @(#) Copyright (c) 1988, 1989, 1990, 1993 The Regents of the University of California. All rights reserved. * @(#)main.c 8.3 (Berkeley) 3/19/94 * $FreeBSD: src/usr.bin/make/main.c,v 1.35.2.10 2003/12/16 08:34:11 des Exp $ - * $DragonFly: src/usr.bin/make/main.c,v 1.52 2005/02/01 22:05:36 okumoto Exp $ + * $DragonFly: src/usr.bin/make/main.c,v 1.53 2005/02/03 23:41:05 okumoto Exp $ */ /*- @@ -68,7 +68,6 @@ #include #include #include -#include #include "arch.h" #include "buf.h" -- 2.41.0