From aa80b003cc94e473965322bfe757ec27c52cf36f Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Wed, 8 Feb 2017 10:32:37 +0100 Subject: [PATCH] Do not include sal.h from linphone include headers. --- include/linphone/types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/linphone/types.h b/include/linphone/types.h index de36ef005..74fe0152e 100644 --- a/include/linphone/types.h +++ b/include/linphone/types.h @@ -24,7 +24,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #include "ortp/payloadtype.h" #include "mediastreamer2/msinterfaces.h" #include "mediastreamer2/msvideo.h" -#include "sal/sal.h" #include "linphone/defs.h" @@ -88,6 +87,8 @@ typedef enum _LinphoneAccountCreatorStatus { LinphoneAccountCreatorErrorServer, } LinphoneAccountCreatorStatus; +struct SalAddress; + /** * Object that represents a SIP address. *