From: Todd C. Miller Date: Mon, 7 Sep 1998 02:34:06 +0000 (+0000) Subject: remove duplicate include of string.h X-Git-Tag: SUDO_1_5_6~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7a1cc6b6967b239e7068ffc5eb4b162235678ac;p=sudo remove duplicate include of string.h --- 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"