forked from mirrors/linphone-iphone
Do not include sal.h from linphone include headers.
This commit is contained in:
parent
674b181bca
commit
aa80b003cc
1 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue