From 6f41b3a45a65d3bee9bb97beaea8304e715bab2f Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Thu, 23 Aug 2007 15:44:35 +0000 Subject: [PATCH] lib/readline.c: Don't include getline.h, the prototype is now found in stdio.h. --- ChangeLog | 5 +++++ lib/readline.c | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9d3520261b..27aca80e58 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-08-23 Simon Josefsson + + * lib/readline.c: Don't include getline.h, the prototype is now + found in stdio.h. + 2007-08-23 Jim Meyering Getdelim touchup. diff --git a/lib/readline.c b/lib/readline.c index f93a115293..1eadabd971 100644 --- a/lib/readline.c +++ b/lib/readline.c @@ -1,5 +1,5 @@ /* readline.c --- Simple implementation of readline. - Copyright (C) 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc. Written by Simon Josefsson This program is free software; you can redistribute it and/or modify @@ -32,7 +32,6 @@ #include #include -#include char * readline (const char *prompt) -- 2.30.2