From: Bruno Haible Date: Sun, 13 May 2007 23:20:52 +0000 (+0000) Subject: Update after gnulib changed. X-Git-Tag: v0.17~405 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2eafb51d2e514c1f09957ab6b48f298af35489c;p=thirdparty%2Fgettext.git Update after gnulib changed. --- diff --git a/gettext-tools/libgettextpo/ChangeLog b/gettext-tools/libgettextpo/ChangeLog index 17e0cb335..a8751c56d 100644 --- a/gettext-tools/libgettextpo/ChangeLog +++ b/gettext-tools/libgettextpo/ChangeLog @@ -1,3 +1,7 @@ +2007-05-13 Bruno Haible + + * gettext-po.c: Don't include vasprintf.h. + 2006-12-13 Bruno Haible * Makefile.am (MAINTAINERCLEANFILES): New variable. diff --git a/gettext-tools/libgettextpo/gettext-po.c b/gettext-tools/libgettextpo/gettext-po.c index 87df81b85..77b523a17 100644 --- a/gettext-tools/libgettextpo/gettext-po.c +++ b/gettext-tools/libgettextpo/gettext-po.c @@ -1,5 +1,5 @@ /* Public API for GNU gettext PO files. - Copyright (C) 2003-2006 Free Software Foundation, Inc. + Copyright (C) 2003-2007 Free Software Foundation, Inc. Written by Bruno Haible , 2003. This program is free software; you can redistribute it and/or modify @@ -40,7 +40,6 @@ #include "xerror.h" #include "po-error.h" #include "po-xerror.h" -#include "vasprintf.h" #include "format.h" #include "msgl-check.h" #include "gettext.h"