From: Bruno Haible Date: Sat, 27 Jan 2007 02:07:25 +0000 (+0000) Subject: strpbrk.h is replaced by . X-Git-Tag: v0.17~501 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9ed8c00a044789062934d0addb55797786c5b1d;p=thirdparty%2Fgettext.git strpbrk.h is replaced by . --- diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog index 6c186a06c..a0dcc4a92 100644 --- a/gettext-tools/src/ChangeLog +++ b/gettext-tools/src/ChangeLog @@ -1,3 +1,7 @@ +2007-01-26 Bruno Haible + + * msginit.c: Don't include strpbrk.h, use instead. + 2007-01-26 Bruno Haible * msgmerge.c: Don't include stpncpy.h, use instead. diff --git a/gettext-tools/src/msginit.c b/gettext-tools/src/msginit.c index a561672f4..a233f13ed 100644 --- a/gettext-tools/src/msginit.c +++ b/gettext-tools/src/msginit.c @@ -1,5 +1,5 @@ /* Initializes a new PO file. - Copyright (C) 2001-2006 Free Software Foundation, Inc. + Copyright (C) 2001-2007 Free Software Foundation, Inc. Written by Bruno Haible , 2001. This program is free software; you can redistribute it and/or modify @@ -55,7 +55,6 @@ #include "progname.h" #include "relocatable.h" #include "basename.h" -#include "strpbrk.h" #include "c-strstr.h" #include "c-strcase.h" #include "message.h"