From 2bcb385989ea709fd2417df0cd1c0dda854db10c Mon Sep 17 00:00:00 2001 From: Donat Zenichev Date: Wed, 10 Jul 2024 11:34:12 +0200 Subject: [PATCH] MT#57719 Don't include headers two times If already included by the main header (call.h) then don't do that second time in the implementation (call.c). Change-Id: I2cabf48cbd3bca00efc68c76b54c582223a10efc --- daemon/call.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/daemon/call.c b/daemon/call.c index 7a9fa7a5a..8f97202d9 100644 --- a/daemon/call.c +++ b/daemon/call.c @@ -2,18 +2,14 @@ #include #include -#include #include #include #include #include #include #include -#include -#include #include #include -#include #include #include "poller.h" @@ -23,8 +19,6 @@ #include "control_tcp.h" #include "streambuf.h" #include "redis.h" -#include "bencode.h" -#include "sdp.h" #include "str.h" #include "stun.h" #include "rtcp.h" @@ -32,20 +26,16 @@ #include "call_interfaces.h" #include "ice.h" #include "log_funcs.h" -#include "recording.h" #include "rtplib.h" #include "cdr.h" -#include "statistics.h" #include "ssrc.h" #include "main.h" #include "graphite.h" #include "codec.h" #include "media_player.h" #include "jitter_buffer.h" -#include "t38.h" #include "mqtt.h" #include "janus.h" -#include "dtmf.h" #include "audio_player.h" #include "bufferpool.h"