From 32a92bde43d8b069a5bf11712223249828afc101 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Thu, 30 Nov 2017 11:34:34 +0100 Subject: [PATCH] remove useless include --- coreapi/account_creator.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/coreapi/account_creator.c b/coreapi/account_creator.c index 68693a770..1163914b3 100644 --- a/coreapi/account_creator.c +++ b/coreapi/account_creator.c @@ -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 -#include +#include "bctoolbox/crypto.h" +#include "bctoolbox/regex.h" BELLE_SIP_DECLARE_NO_IMPLEMENTED_INTERFACES(LinphoneAccountCreatorCbs);