From: Bruno Haible Date: Fri, 4 Jan 2002 11:37:59 +0000 (+0000) Subject: system.h is gone. X-Git-Tag: v0.11~121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d6417e925e6b25c3b9f31b95cf09ff5757ac3ce;p=thirdparty%2Fgettext.git system.h is gone. --- diff --git a/src/ChangeLog b/src/ChangeLog index 8abc53742..e3fa380cf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -38,7 +38,7 @@ * write-po.c: Likewise. * msgmerge.c: Include liballoca.h, exit.h, strcase.h, stpcpy.h, stpncpy.h instead of system.h. - * format-java.c: Include liballoca.h. + * format-java.c: Include liballoca.h instead of system.h. * format-lisp.c: Don't include system.h. * open-po.c: Include pathname.h, xmalloc.h instead of system.h. Don't include , error.h. diff --git a/src/format-java.c b/src/format-java.c index dc0768060..6b49cd574 100644 --- a/src/format-java.c +++ b/src/format-java.c @@ -28,7 +28,6 @@ #include "format.h" #include "c-ctype.h" #include "xmalloc.h" -#include "system.h" #include "error.h" #include "progname.h" #include "gettext.h"