X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fcanonicalize.c;h=dccb4724c0bd9abd7c82e3552d2deb26a15daefc;hb=c5ce79f4c514b37b5756e85530112d778cff302a;hp=571fa19e231dda063a9729d03aaf4652bb0043c7;hpb=359c0a71713e606f440d40f55a43c77349df2aaa;p=gnulib.git diff --git a/lib/canonicalize.c b/lib/canonicalize.c index 571fa19e2..dccb4724c 100644 --- a/lib/canonicalize.c +++ b/lib/canonicalize.c @@ -1,5 +1,5 @@ /* Return the canonical absolute name of a given file. - Copyright (C) 1996-2005 Free Software Foundation, Inc. + Copyright (C) 1996-2006 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 @@ -16,23 +16,12 @@ If not, write to the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include #include "canonicalize.h" -#ifdef STDC_HEADERS -# include -#else -void free (); -#endif - -#if defined STDC_HEADERS || defined HAVE_STRING_H -# include -#else -# include -#endif +#include +#include #if HAVE_SYS_PARAM_H # include @@ -40,9 +29,7 @@ void free (); #include -#if HAVE_UNISTD_H -# include -#endif +#include #include #include