remove useless include

This commit is contained in:
Simon Morlat 2017-11-30 11:34:34 +01:00
parent d388532b5a
commit 32a92bde43

View file

@ -21,12 +21,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "linphone/core.h"
#include "linphone/lpconfig.h"
#include "private.h"
#if !_WIN32
#include "regex.h"
#endif
#include <bctoolbox/crypto.h>
#include <bctoolbox/regex.h>
#include "bctoolbox/crypto.h"
#include "bctoolbox/regex.h"
BELLE_SIP_DECLARE_NO_IMPLEMENTED_INTERFACES(LinphoneAccountCreatorCbs);