From a0e7cb0fadf19c175b99a188e639a3d175ba674b Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Fri, 30 Aug 1996 03:06:15 +0000 Subject: [PATCH] delete unused #include --- usr.bin/locate/bigram/locate.bigram.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr.bin/locate/bigram/locate.bigram.c b/usr.bin/locate/bigram/locate.bigram.c index 5b83a3bcb1db..922d00e906b4 100644 --- a/usr.bin/locate/bigram/locate.bigram.c +++ b/usr.bin/locate/bigram/locate.bigram.c @@ -33,7 +33,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: locate.bigram.c,v 1.4 1996/08/22 18:46:11 wosch Exp $ */ #ifndef lint @@ -56,7 +56,6 @@ static char sccsid[] = "@(#)locate.bigram.c 8.1 (Berkeley) 6/6/93"; #include #include /* for MAXPATHLEN */ -#include /* memchr */ #include "locate.h" u_char buf1[MAXPATHLEN] = " ";