From: Bruno Haible Date: Mon, 10 Feb 2003 21:04:43 +0000 (+0000) Subject: Remove useless include. X-Git-Tag: v0.12~1157 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5836d18867623e2a001a0c715bcedda9f0bf7273;p=thirdparty%2Fgettext.git Remove useless include. --- diff --git a/src/ChangeLog b/src/ChangeLog index b9b2efb87..a9275cb44 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2003-01-23 Bruno Haible + + * po-gram.h: Don't include . + 2003-01-23 Bruno Haible * msgmerge.c (use_fuzzy_matching): New variable. diff --git a/src/po-gram.h b/src/po-gram.h index 99c0975a4..6f8cf3b67 100644 --- a/src/po-gram.h +++ b/src/po-gram.h @@ -1,5 +1,5 @@ /* GNU gettext - internationalization aids - Copyright (C) 1995, 2002 Free Software Foundation, Inc. + Copyright (C) 1995, 2002-2003 Free Software Foundation, Inc. This file was written by Peter Miller @@ -20,9 +20,6 @@ #ifndef _PO_GRAM_H #define _PO_GRAM_H -/* Include some fundamental headers. */ -#include - extern int po_gram_parse (void); #endif