diff options
| author | Bruno Haible <bruno@clisp.org> | 2007-08-22 23:11:56 +0000 |
|---|---|---|
| committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:15:01 +0200 |
| commit | bcbebd1fef82f81c43770bb643fd71ed3b5998ad (patch) | |
| tree | 26a382b09b12ca1b65ed9f068242bddafc2d8ead /gettext-tools/src/format-php.c | |
| parent | 37cab0b1c83cd772b55ce34a2871645d3ce75a9f (diff) | |
| download | gettext-bcbebd1fef82f81c43770bb643fd71ed3b5998ad.tar.gz | |
Don't include getline.h.
Diffstat (limited to 'gettext-tools/src/format-php.c')
| -rw-r--r-- | gettext-tools/src/format-php.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gettext-tools/src/format-php.c b/gettext-tools/src/format-php.c index 1b0f4a4b9..0ea0725e8 100644 --- a/gettext-tools/src/format-php.c +++ b/gettext-tools/src/format-php.c @@ -1,5 +1,5 @@ /* PHP format strings. - Copyright (C) 2001-2004, 2006 Free Software Foundation, Inc. + Copyright (C) 2001-2004, 2006-2007 Free Software Foundation, Inc. Written by Bruno Haible <bruno@clisp.org>, 2002. This program is free software; you can redistribute it and/or modify @@ -410,7 +410,6 @@ struct formatstring_parser formatstring_php = format_parse for strings read from standard input. */ #include <stdio.h> -#include "getline.h" static void format_print (void *descr) |
