]> granicus.if.org Git - sudo/commitdiff
remove duplicate include of string.h
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 7 Sep 1998 02:34:06 +0000 (02:34 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 7 Sep 1998 02:34:06 +0000 (02:34 +0000)
fnmatch.c

index 05dbf26cdc836c0b978a968b5ae3028e603b2825..00ff875746f4b5b5b33b9bc610e4ead543af6ca5 100644 (file)
--- 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 <strings.h>
 #endif /* HAVE_STRINGS_H */
-#include <string.h>
 
 #include "compat.h"
 #include "emul/fnmatch.h"