From bdf49e48a55d8fc2c0ce49b4d49a7f54b8323bde Mon Sep 17 00:00:00 2001 From: Donat Zenichev Date: Wed, 10 Jul 2024 11:53:12 +0200 Subject: [PATCH] MT#55283 Break circular dependency sdp.h/call.h Break circular dependency chain introduced by: 0a20da45ed4afefa7213082544a7b83971f62c4c Change-Id: I64c7714ec46d4fcb08a4a532c8169d497d533e77 --- include/call.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/call.h b/include/call.h index 6a92c94ac..bd52fa6d5 100644 --- a/include/call.h +++ b/include/call.h @@ -311,7 +311,6 @@ enum block_dtmf_mode { #include "bencode.h" #include "crypto.h" #include "dtls.h" -#include "sdp.h" #include "dtmf.h"