From: Ben Pfaff Date: Thu, 22 Feb 2007 23:34:17 +0000 (+0000) Subject: Don't include vsnprintf.h any more, because gnulib has now absorbed it X-Git-Tag: v0.6.0~535 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d4a5e576b26b6b89846daa74ca5081334a84bb5;p=pspp-builds.git Don't include vsnprintf.h any more, because gnulib has now absorbed it into string.h. --- diff --git a/src/libpspp/ChangeLog b/src/libpspp/ChangeLog index 2123df7e..d7dacd04 100644 --- a/src/libpspp/ChangeLog +++ b/src/libpspp/ChangeLog @@ -1,3 +1,8 @@ +2007-02-22 Ben Pfaff + + * string.h: Don't include vsnprintf.h any more, because gnulib has + now absorbed it into string.h. + Thu Feb 22 12:25:52 CET 2007 John Darrington * syntax-gen.h syntax-gen.c: New files. diff --git a/src/libpspp/str.h b/src/libpspp/str.h index 5a67fc8b..e70a6454 100644 --- a/src/libpspp/str.h +++ b/src/libpspp/str.h @@ -27,7 +27,6 @@ #include "compiler.h" #include "memcasecmp.h" -#include "vsnprintf.h" #include "xvasprintf.h" /* Miscellaneous. */