Don't include vsnprintf.h any more, because gnulib has now absorbed it
authorBen Pfaff <blp@gnu.org>
Thu, 22 Feb 2007 23:34:17 +0000 (23:34 +0000)
committerBen Pfaff <blp@gnu.org>
Thu, 22 Feb 2007 23:34:17 +0000 (23:34 +0000)
into string.h.

src/libpspp/ChangeLog
src/libpspp/str.h

index 2123df7ea21c634daee281edaf6e25776bcc2b86..d7dacd049b48e41a370b1f451a1651ad2431c952 100644 (file)
@@ -1,3 +1,8 @@
+2007-02-22  Ben Pfaff  <blp@gnu.org>
+
+       * 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 <john@darrington.wattle.id.au>
 
        * syntax-gen.h syntax-gen.c: New files.
index 5a67fc8b556512df5669dd075626624b4a00827f..e70a645428e6928fdf1bb98c140e912db96f2f07 100644 (file)
@@ -27,7 +27,6 @@
 
 #include "compiler.h"
 #include "memcasecmp.h"
-#include "vsnprintf.h"
 #include "xvasprintf.h"
 \f
 /* Miscellaneous. */