summaryrefslogtreecommitdiffstats
path: root/gettext-tools/src/format-scheme.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-08-22 23:11:56 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:15:01 +0200
commitbcbebd1fef82f81c43770bb643fd71ed3b5998ad (patch)
tree26a382b09b12ca1b65ed9f068242bddafc2d8ead /gettext-tools/src/format-scheme.c
parent37cab0b1c83cd772b55ce34a2871645d3ce75a9f (diff)
downloadexternal_gettext-bcbebd1fef82f81c43770bb643fd71ed3b5998ad.zip
external_gettext-bcbebd1fef82f81c43770bb643fd71ed3b5998ad.tar.gz
external_gettext-bcbebd1fef82f81c43770bb643fd71ed3b5998ad.tar.bz2
Don't include getline.h.
Diffstat (limited to 'gettext-tools/src/format-scheme.c')
-rw-r--r--gettext-tools/src/format-scheme.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gettext-tools/src/format-scheme.c b/gettext-tools/src/format-scheme.c
index bc021b9..65482ff 100644
--- a/gettext-tools/src/format-scheme.c
+++ b/gettext-tools/src/format-scheme.c
@@ -1,5 +1,5 @@
/* Scheme format strings.
- Copyright (C) 2001-2006 Free Software Foundation, Inc.
+ Copyright (C) 2001-2007 Free Software Foundation, Inc.
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
This program is free software; you can redistribute it and/or modify
@@ -3441,7 +3441,6 @@ struct formatstring_parser formatstring_scheme =
format_parse for strings read from standard input. */
#include <stdio.h>
-#include "getline.h"
static void print_list (struct format_arg_list *list);