From 9a6ce012cc6f59c23fe2afb5e896b679c1de3543 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 26 Jun 2009 20:43:56 +0200 Subject: [PATCH] Neil Gierman pointed out in bug report #2809163 that these two files cannot include the public libssh2.h header as it breaks the compile on window. I'll adapt to this now, but in the long run I think we should rather fix the includes so that we _can_ include the public headers properly. --- src/hostkey.c | 1 - src/knownhost.c | 1 - 2 files changed, 2 deletions(-) diff --git a/src/hostkey.c b/src/hostkey.c index 11aff49..a336080 100644 --- a/src/hostkey.c +++ b/src/hostkey.c @@ -36,7 +36,6 @@ * OF SUCH DAMAGE. */ -#include "libssh2.h" #include "libssh2_priv.h" #include "misc.h" diff --git a/src/knownhost.c b/src/knownhost.c index f9a5e39..c0a5bc9 100644 --- a/src/knownhost.c +++ b/src/knownhost.c @@ -36,7 +36,6 @@ * OF SUCH DAMAGE. */ -#include "libssh2.h" #include "libssh2_priv.h" #include "misc.h"