From 84d844d27a3920a6d5d74cd002aa1af5324a4d25 Mon Sep 17 00:00:00 2001 From: Donat Zenichev Date: Thu, 7 May 2026 21:14:06 +0200 Subject: [PATCH] MT#61856 sdp.c: remove duplicate include of call.h Change-Id: I52fd48013e3be82b9e05323161eac720661cbc96 --- daemon/sdp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/daemon/sdp.c b/daemon/sdp.c index 979bac328..8c054f1c3 100644 --- a/daemon/sdp.c +++ b/daemon/sdp.c @@ -11,7 +11,6 @@ #include "call.h" #include "log.h" #include "str.h" -#include "call.h" #include "crypto.h" #include "dtls.h" #include "rtp.h"