X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Freadtokens.c;h=28aafa96200fdb9a49148ff6698e985549f9bf98;hb=2e7980e7a83a290bfaf0638bd95a9cbfeec0f67d;hp=c3525524fdd60d26ef33a8450cbbfd0d8cc18466;hpb=267a39bafd249d7eb9c37df06dc6defcf41cb343;p=gnulib.git diff --git a/lib/readtokens.c b/lib/readtokens.c index c3525524f..28aafa962 100644 --- a/lib/readtokens.c +++ b/lib/readtokens.c @@ -1,5 +1,6 @@ /* readtokens.c -- Functions for reading tokens from an input stream. - Copyright (C) 1990-1991, 1999-2004 Free Software Foundation, Inc. + + Copyright (C) 1990-1991, 1999-2004, 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 @@ -21,9 +22,7 @@ gives the same functionality, except that these functions would never return empty lines. */ -#ifdef HAVE_CONFIG_H -# include -#endif +#include #include "readtokens.h"