X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fhash.c;h=f4ab12f487de70ed85be317277df43d16176ce67;hb=4b57b2a1cba017e176f1992304b8c2900bbdb569;hp=2b5d5c255de035d720e11fc109a5f3456d02c6ee;hpb=267a39bafd249d7eb9c37df06dc6defcf41cb343;p=gnulib.git diff --git a/lib/hash.c b/lib/hash.c index 2b5d5c255..f4ab12f48 100644 --- a/lib/hash.c +++ b/lib/hash.c @@ -1,6 +1,6 @@ /* hash - hashing table processing. - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free + Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006 Free Software Foundation, Inc. Written by Jim Meyering, 1992. @@ -24,9 +24,7 @@ /* Define USE_OBSTACK to 1 if you want the allocator to use obstacks instead of malloc. If you change USE_OBSTACK, you have to recompile! */ -#if HAVE_CONFIG_H -# include -#endif +#include #include "hash.h" #include "xalloc.h"