From 17796cf9d9eee982d2014cb7b00a5d55714c28cf Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Tue, 13 Apr 2010 16:15:40 +0200 Subject: [PATCH] no need to include eXosip in this file. --- coreapi/callbacks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/callbacks.c b/coreapi/callbacks.c index 30c4b2ef7..03941be15 100644 --- a/coreapi/callbacks.c +++ b/coreapi/callbacks.c @@ -23,7 +23,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "linphonecore.h" #include "private.h" #include "mediastreamer2/mediastream.h" -#include "sal_eXosip2.h" + static void linphone_connect_incoming(LinphoneCore *lc, LinphoneCall *call){ if (lc->vtable.show)