Neil Gierman pointed out in bug report 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.
This commit is contained in:
Daniel Stenberg 2009-06-26 20:43:56 +02:00
parent a4c3f0d0a3
commit 9a6ce012cc
2 changed files with 0 additions and 2 deletions

@ -36,7 +36,6 @@
* OF SUCH DAMAGE.
*/
#include "libssh2.h"
#include "libssh2_priv.h"
#include "misc.h"

@ -36,7 +36,6 @@
* OF SUCH DAMAGE.
*/
#include "libssh2.h"
#include "libssh2_priv.h"
#include "misc.h"