From: Greg Hudson Date: Fri, 22 Jul 2011 18:59:08 +0000 (+0000) Subject: Don't include X-Git-Tag: krb5-1.10-alpha1~336 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a5bb037dd0c18535119afcd12f0aa23fea6059be;p=krb5.git Don't include editline puts all of its readline compatibility declarations in editline/readline.h, and some versions apparently don't have the history.h symlink. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25039 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/ss/listen.c b/src/util/ss/listen.c index 10e04654a..9a7b4aee5 100644 --- a/src/util/ss/listen.c +++ b/src/util/ss/listen.c @@ -16,7 +16,6 @@ #if defined(HAVE_LIBEDIT) #include -#include #elif defined(HAVE_READLINE) #include #include