summaryrefslogtreecommitdiffstats
path: root/gettext-runtime/src/ngettext.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-02-19 03:10:48 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:14:41 +0200
commit799d4524aa01329ecf70eae98c240d7143954325 (patch)
tree9efb176679a22afbc21d21428e8cfa9bd0c2b47d /gettext-runtime/src/ngettext.c
parentcc0234dca7a05cacb7e852ce049c1f1856e12fff (diff)
downloadexternal_gettext-799d4524aa01329ecf70eae98c240d7143954325.zip
external_gettext-799d4524aa01329ecf70eae98c240d7143954325.tar.gz
external_gettext-799d4524aa01329ecf70eae98c240d7143954325.tar.bz2
exit.h is gone.
Diffstat (limited to 'gettext-runtime/src/ngettext.c')
-rw-r--r--gettext-runtime/src/ngettext.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gettext-runtime/src/ngettext.c b/gettext-runtime/src/ngettext.c
index af5c5f2..90e5d04 100644
--- a/gettext-runtime/src/ngettext.c
+++ b/gettext-runtime/src/ngettext.c
@@ -1,5 +1,5 @@
/* ngettext - retrieve plural form string from message catalog and print it.
- Copyright (C) 1995-1997, 2000-2006 Free Software Foundation, Inc.
+ Copyright (C) 1995-1997, 2000-2007 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -33,7 +33,6 @@
#include "relocatable.h"
#include "basename.h"
#include "xalloc.h"
-#include "exit.h"
#include "propername.h"
#include "gettext.h"