From e7a1cc6b6967b239e7068ffc5eb4b162235678ac Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 7 Sep 1998 02:34:06 +0000 Subject: [PATCH] remove duplicate include of string.h --- fnmatch.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fnmatch.c b/fnmatch.c index 05dbf26cd..00ff87574 100644 --- a/fnmatch.c +++ b/fnmatch.c @@ -51,7 +51,6 @@ static char sccsid[] = "@(#)fnmatch.c 8.2 (Berkeley) 4/16/94"; #ifdef HAVE_STRINGS_H #include #endif /* HAVE_STRINGS_H */ -#include #include "compat.h" #include "emul/fnmatch.h" -- 2.49.0