]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Remove useless include.
authorBruno Haible <bruno@clisp.org>
Mon, 10 Feb 2003 21:04:43 +0000 (21:04 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:08:57 +0000 (12:08 +0200)
src/ChangeLog
src/po-gram.h

index b9b2efb874b3c8375ff7f48ef7ae7666ce7842b4..a9275cb44d24ebecb86c407a5106400154f2c2a6 100644 (file)
@@ -1,3 +1,7 @@
+2003-01-23  Bruno Haible  <bruno@clisp.org>
+
+       * po-gram.h: Don't include <sys/types.h>.
+
 2003-01-23  Bruno Haible  <bruno@clisp.org>
 
        * msgmerge.c (use_fuzzy_matching): New variable.
index 99c0975a4f71c356a4f1b6eba3a4a627ebdf2fdd..6f8cf3b67e2462c281eca2047174ccfa99cf5617 100644 (file)
@@ -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 <millerp@canb.auug.org.au>
 
@@ -20,9 +20,6 @@
 #ifndef _PO_GRAM_H
 #define _PO_GRAM_H
 
-/* Include some fundamental headers.  */
-#include <sys/types.h>
-
 extern int po_gram_parse (void);
 
 #endif