summaryrefslogtreecommitdiff
path: root/gettext-tools/src/x-awk.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-12-07 21:43:39 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:15:56 +0200
commit3d8067814c1ea614523a5af58afcb7fa847c7440 (patch)
tree3a79b9e491a8df0b4f69769f1805d182ddb5fb7e /gettext-tools/src/x-awk.c
parent74e2abf52baf96820ecf5bf2bf6fb04fde8abf2d (diff)
downloadgettext-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.c3
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"