summaryrefslogtreecommitdiff
path: root/gettext-tools/src/x-php.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-02-19 03:31:37 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:14:41 +0200
commit3d2396ea33f686f48485c87ef07f4c86c87e1df5 (patch)
treec435e44db1c1378d57a611e04cb442e9949b7ebb /gettext-tools/src/x-php.c
parent799d4524aa01329ecf70eae98c240d7143954325 (diff)
downloadgettext-3d2396ea33f686f48485c87ef07f4c86c87e1df5.tar.gz
exit.h is replaced with <stdlib.h>.
Diffstat (limited to 'gettext-tools/src/x-php.c')
-rw-r--r--gettext-tools/src/x-php.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gettext-tools/src/x-php.c b/gettext-tools/src/x-php.c
index 2cb046500..b25770451 100644
--- a/gettext-tools/src/x-php.c
+++ b/gettext-tools/src/x-php.c
@@ -1,5 +1,5 @@
/* xgettext PHP backend.
- Copyright (C) 2001-2003, 2005-2006 Free Software Foundation, Inc.
+ Copyright (C) 2001-2003, 2005-2007 Free Software Foundation, Inc.
This file was written by Bruno Haible <bruno@clisp.org>, 2002.
@@ -34,7 +34,6 @@
#include "x-php.h"
#include "error.h"
#include "xalloc.h"
-#include "exit.h"
#include "gettext.h"
#define _(s) gettext(s)