+2008-12-07 Bruno Haible <bruno@clisp.org>
+
+ Avoid gcc -Wredundant-decls warnings.
+ * x-awk.c: Don't include the specification header file twice.
+ * x-c.c: Likewise.
+ * x-csharp.c: Likewise.
+ * x-elisp.c: Likewise.
+ * x-glade.c: Likewise.
+ * x-java.c: Likewise.
+ * x-librep.c: Likewise.
+ * x-lisp.c: Likewise.
+ * x-perl.c: Likewise.
+ * x-php.c: Likewise.
+ * x-po.c: Likewise.
+ * x-python.c: Likewise.
+ * x-rst.c: Likewise.
+ * x-scheme.c: Likewise.
+ * x-sh.c: Likewise.
+ * x-smalltalk.c: Likewise.
+ * x-tcl.c: Likewise.
+ * x-ycp.c: Likewise.
+
2008-11-14 Bruno Haible <bruno@clisp.org>
* msgfilter.c: Include xvasprintf.h, xsetenv.h.
/* xgettext awk backend.
- Copyright (C) 2002-2003, 2005-2007 Free Software Foundation, Inc.
+ Copyright (C) 2002-2003, 2005-2008 Free Software Foundation, Inc.
This file was written by Bruno Haible <haible@clisp.cons.org>, 2002.
#include "message.h"
#include "xgettext.h"
-#include "x-awk.h"
#include "error.h"
#include "error-progname.h"
#include "xalloc.h"
/* xgettext C/C++/ObjectiveC backend.
- Copyright (C) 1995-1998, 2000-2007 Free Software Foundation, Inc.
+ Copyright (C) 1995-1998, 2000-2008 Free Software Foundation, Inc.
This file was written by Peter Miller <millerp@canb.auug.org.au>
#include "message.h"
#include "xgettext.h"
-#include "x-c.h"
#include "error.h"
#include "error-progname.h"
#include "xalloc.h"
#include "message.h"
#include "xgettext.h"
-#include "x-csharp.h"
#include "c-ctype.h"
#include "error.h"
#include "error-progname.h"
/* xgettext Emacs Lisp backend.
- Copyright (C) 2001-2003, 2005-2007 Free Software Foundation, Inc.
+ Copyright (C) 2001-2003, 2005-2008 Free Software Foundation, Inc.
This file was written by Bruno Haible <haible@clisp.cons.org>, 2001-2002.
#include "message.h"
#include "xgettext.h"
-#include "x-elisp.h"
#include "error.h"
#include "xalloc.h"
#include "hash.h"
/* xgettext glade backend.
- Copyright (C) 2002-2003, 2005-2007 Free Software Foundation, Inc.
+ Copyright (C) 2002-2003, 2005-2008 Free Software Foundation, Inc.
This file was written by Bruno Haible <haible@clisp.cons.org>, 2002.
#include "message.h"
#include "xgettext.h"
-#include "x-glade.h"
#include "error.h"
#include "xerror.h"
#include "xvasprintf.h"
#include "message.h"
#include "xgettext.h"
-#include "x-java.h"
#include "error.h"
#include "xalloc.h"
#include "hash.h"
/* xgettext librep backend.
- Copyright (C) 2001-2003, 2005-2007 Free Software Foundation, Inc.
+ Copyright (C) 2001-2003, 2005-2008 Free Software Foundation, Inc.
This file was written by Bruno Haible <haible@clisp.cons.org>, 2001.
#include "c-ctype.h"
#include "message.h"
#include "xgettext.h"
-#include "x-librep.h"
#include "error.h"
#include "xalloc.h"
#include "hash.h"
/* xgettext Lisp backend.
- Copyright (C) 2001-2003, 2005-2007 Free Software Foundation, Inc.
+ Copyright (C) 2001-2003, 2005-2008 Free Software Foundation, Inc.
This file was written by Bruno Haible <haible@clisp.cons.org>, 2001.
#include "message.h"
#include "xgettext.h"
-#include "x-lisp.h"
#include "error.h"
#include "xalloc.h"
#include "hash.h"
#include "message.h"
#include "xgettext.h"
-#include "x-perl.h"
#include "error.h"
#include "error-progname.h"
#include "xalloc.h"
#include "message.h"
#include "xgettext.h"
-#include "x-php.h"
#include "error.h"
#include "xalloc.h"
#include "gettext.h"
/* xgettext PO and JavaProperties backends.
- Copyright (C) 1995-1998, 2000-2003, 2005-2006 Free Software Foundation, Inc.
+ Copyright (C) 1995-1998, 2000-2003, 2005-2006, 2008 Free Software Foundation, Inc.
This file was written by Peter Miller <millerp@canb.auug.org.au>
#include "message.h"
#include "xgettext.h"
-#include "x-po.h"
-#include "x-properties.h"
-#include "x-stringtable.h"
#include "xalloc.h"
#include "read-catalog.h"
#include "read-po.h"
#include "message.h"
#include "xgettext.h"
-#include "x-python.h"
#include "error.h"
#include "error-progname.h"
#include "progname.h"
/* xgettext RST backend.
- Copyright (C) 2001-2003, 2005-2007 Free Software Foundation, Inc.
+ Copyright (C) 2001-2003, 2005-2008 Free Software Foundation, Inc.
This file was written by Bruno Haible <haible@clisp.cons.org>, 2001.
#include "c-ctype.h"
#include "message.h"
#include "xgettext.h"
-#include "x-rst.h"
#include "error.h"
#include "error-progname.h"
#include "xalloc.h"
/* xgettext Scheme backend.
- Copyright (C) 2004-2007 Free Software Foundation, Inc.
+ Copyright (C) 2004-2008 Free Software Foundation, Inc.
This file was written by Bruno Haible <bruno@clisp.org>, 2004-2005.
#include "message.h"
#include "xgettext.h"
-#include "x-scheme.h"
#include "error.h"
#include "xalloc.h"
#include "hash.h"
/* xgettext sh backend.
- Copyright (C) 2003, 2005-2007 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2005-2008 Free Software Foundation, Inc.
Written by Bruno Haible <bruno@clisp.org>, 2003.
This program is free software: you can redistribute it and/or modify
#include "message.h"
#include "xgettext.h"
-#include "x-sh.h"
#include "error.h"
#include "xalloc.h"
#include "hash.h"
/* xgettext Smalltalk backend.
- Copyright (C) 2002-2003, 2005-2007 Free Software Foundation, Inc.
+ Copyright (C) 2002-2003, 2005-2008 Free Software Foundation, Inc.
This file was written by Bruno Haible <haible@clisp.cons.org>, 2002.
#include "message.h"
#include "xgettext.h"
-#include "x-smalltalk.h"
#include "error.h"
#include "xalloc.h"
#include "gettext.h"
/* xgettext Tcl backend.
- Copyright (C) 2002-2003, 2005-2007 Free Software Foundation, Inc.
+ Copyright (C) 2002-2003, 2005-2008 Free Software Foundation, Inc.
This file was written by Bruno Haible <haible@clisp.cons.org>, 2002.
#include "message.h"
#include "xgettext.h"
-#include "x-tcl.h"
#include "error.h"
#include "xalloc.h"
#include "hash.h"
/* xgettext YCP backend.
- Copyright (C) 2001-2003, 2005-2007 Free Software Foundation, Inc.
+ Copyright (C) 2001-2003, 2005-2008 Free Software Foundation, Inc.
This file was written by Bruno Haible <haible@clisp.cons.org>, 2001.
#include "message.h"
#include "xgettext.h"
-#include "x-ycp.h"
#include "error.h"
#include "xalloc.h"
#include "gettext.h"