diff lib/readline.c @ 9166:266a32af3c1a

lib/readline.c: Don't include getline.h, the prototype is now found in stdio.h.
author Simon Josefsson <simon@josefsson.org>
date Thu, 23 Aug 2007 15:44:35 +0000 (2007-08-23)
parents a88f85e4728f
children bbbbbf4cd1c5
line wrap: on
line diff
--- 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 <stdio.h>
 #include <string.h>
-#include <getline.h>
 
 char *
 readline (const char *prompt)