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-qt.c | |
parent | 37cab0b1c83cd772b55ce34a2871645d3ce75a9f (diff) | |
download | external_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-qt.c')
-rw-r--r-- | gettext-tools/src/format-qt.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gettext-tools/src/format-qt.c b/gettext-tools/src/format-qt.c index 90cc0f5..75407ed 100644 --- a/gettext-tools/src/format-qt.c +++ b/gettext-tools/src/format-qt.c @@ -1,5 +1,5 @@ /* Qt format strings. - Copyright (C) 2003-2004, 2006 Free Software Foundation, Inc. + Copyright (C) 2003-2004, 2006-2007 Free Software Foundation, Inc. Written by Bruno Haible <bruno@clisp.org>, 2003. This program is free software; you can redistribute it and/or modify @@ -162,7 +162,6 @@ struct formatstring_parser formatstring_qt = format_parse for strings read from standard input. */ #include <stdio.h> -#include "getline.h" static void format_print (void *descr) |