diff options
author | Bruno Haible <bruno@clisp.org> | 2008-12-07 21:43:39 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:15:56 +0200 |
commit | 3d8067814c1ea614523a5af58afcb7fa847c7440 (patch) | |
tree | 3a79b9e491a8df0b4f69769f1805d182ddb5fb7e /gettext-tools/src/x-awk.c | |
parent | 74e2abf52baf96820ecf5bf2bf6fb04fde8abf2d (diff) | |
download | gettext-3d8067814c1ea614523a5af58afcb7fa847c7440.tar.gz |
Avoid gcc -Wredundant-decls warnings.
Diffstat (limited to 'gettext-tools/src/x-awk.c')
-rw-r--r-- | gettext-tools/src/x-awk.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gettext-tools/src/x-awk.c b/gettext-tools/src/x-awk.c index 9c75ad898..0e74852e9 100644 --- a/gettext-tools/src/x-awk.c +++ b/gettext-tools/src/x-awk.c @@ -1,5 +1,5 @@ /* 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. @@ -31,7 +31,6 @@ #include "message.h" #include "xgettext.h" -#include "x-awk.h" #include "error.h" #include "error-progname.h" #include "xalloc.h" |