X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fcheck-version.c;h=ad696b2f36ebe44be558445a291f0d57d579d57e;hb=8f9c414718161f157f9970b3c97b977d0343093e;hp=74cee20c8dddef5e00d8bf2a4137ac64b28f22db;hpb=5bf19ea1565c4f9613c838f0cd57feb5e2391338;p=gnulib.git diff --git a/lib/check-version.c b/lib/check-version.c index 74cee20c8..ad696b2f3 100644 --- a/lib/check-version.c +++ b/lib/check-version.c @@ -1,6 +1,5 @@ /* check-version.h --- Check version string compatibility. - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free - Software Foundation, Inc. + Copyright (C) 1998-2006, 2008-2011 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 @@ -20,12 +19,10 @@ gcry_check_version from Werner Koch's Libgcrypt. Paul Eggert suggested the use of strverscmp to simplify implementation. */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include #include -#include +#include /* Get specification. */ #include "check-version.h"