Do not include sal.h from linphone include headers.

This commit is contained in:
Ghislain MARY 2017-02-08 10:32:37 +01:00
parent 674b181bca
commit aa80b003cc

View file

@ -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.
*