From e3bdc393cb6406209103cd478ee20d39e96550c6 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Fri, 25 Sep 2009 23:42:29 +0200 Subject: callback.h should use public headers --- include/libssh/callback.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/libssh/callback.h b/include/libssh/callback.h index f21b88b..c849bf8 100644 --- a/include/libssh/callback.h +++ b/include/libssh/callback.h @@ -20,7 +20,7 @@ */ /* callback.h - * This file includes the declarations for the libssh callback mechanism + * This file includes the public declarations for the libssh callback mechanism */ #ifndef _SSH_CALLBACK_H @@ -28,7 +28,7 @@ #include -#include "libssh.h" +#include #ifdef __cplusplus extern "C" { -- cgit