From 822e5b7cc35ec587fe12c26134aaea5962f182c2 Mon Sep 17 00:00:00 2001 From: Donat Zenichev Date: Fri, 22 May 2026 19:27:35 +0200 Subject: [PATCH] MT#61856 control_ng: avoid duplicate includes Double includes in control_ng.c itself, or those mixed with header file. Change-Id: I1d431c68c69ce047a7d46468e2f93c56f1168e3b --- daemon/control_ng.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/daemon/control_ng.c b/daemon/control_ng.c index 85207f655..78e397da5 100644 --- a/daemon/control_ng.c +++ b/daemon/control_ng.c @@ -6,22 +6,16 @@ #include #include -#include "obj.h" #include "poller.h" -#include "bencode.h" #include "log_d.h" #include "cookie_cache.h" #include "call.h" #include "sdp.h" #include "call_interfaces.h" -#include "socket.h" #include "main.h" #include "statistics.h" #include "streambuf.h" -#include "str.h" #include "homer.h" -#include "tcp_listener.h" -#include "main.h" #include "cli.h" mutex_t rtpe_cngs_lock;