remove useless include

This commit is contained in:
Simon Morlat 2017-11-30 11:34:34 +01:00
parent 5859f72627
commit 6df0a4223b

View file

@ -21,11 +21,13 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include "linphone/core.h"
#include "linphone/lpconfig.h"
#include "c-wrapper/c-wrapper.h"
#include "dial-plan/dial-plan.h"
#include <bctoolbox/crypto.h>
#include <bctoolbox/regex.h>
#include "bctoolbox/crypto.h"
#include "bctoolbox/regex.h"
// TODO: From coreapi. Remove me later.
#include "private.h"