From 199e0abbe0270d9f1adda0f64940d81acc8219c9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 6 Jun 2003 20:08:58 +0000 Subject: [PATCH] Don't include . From gnulib. --- lib/memcasecmp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/memcasecmp.c b/lib/memcasecmp.c index 18dd31f..5232131 100644 --- a/lib/memcasecmp.c +++ b/lib/memcasecmp.c @@ -1,5 +1,5 @@ /* Case-insensitive buffer comparator. - Copyright (C) 1996, 1997, 2000 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 2000, 2003 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -21,7 +21,6 @@ # include #endif -#include #include #if defined (STDC_HEADERS) || (!defined (isascii) && !defined (HAVE_ISASCII)) -- 2.7.4