X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fargz.c;h=253c6f50c20792a1319e2e4ed27afacd410758b4;hb=9e50ddc83c2aa9cccbe954d561eb2380e4d3bfe7;hp=ff1a4f644d9837c81226cf7845aecb0596f107eb;hpb=8e99d1a0adfc4eb035e73219ef7001494ecb0c50;p=gnulib.git diff --git a/lib/argz.c b/lib/argz.c index ff1a4f644..253c6f50c 100644 --- a/lib/argz.c +++ b/lib/argz.c @@ -1,5 +1,5 @@ /* argz.c -- argz implementation for non-glibc systems - Copyright (C) 2004, 2006 Free Software Foundation, Inc. + Copyright (C) 2004, 2006, 2007 Free Software Foundation, Inc. Originally by Gary V. Vaughan NOTE: The canonical source of this file is maintained with the @@ -32,15 +32,7 @@ #include #include #include - -#if defined(HAVE_STRING_H) -# include -#elif defined(HAVE_STRINGS_H) -# include -#endif -#if defined(HAVE_MEMORY_H) -# include -#endif +#include #define EOS_CHAR '\0'