MT#61856 call_interfaces: avoid double includes

If already included in the header file,
no need to do the same in the implementer.

Change-Id: I40b8b0fbb9671abaee52635d24077b3239ca936f
mr26.1
Donat Zenichev 2 weeks ago
parent 3820f204de
commit c78641538d

@ -2,7 +2,6 @@
#include <stdio.h>
#include <unistd.h>
#include <glib.h>
#include <stdlib.h>
#include <pcre2.h>
#include <inttypes.h>
@ -11,7 +10,6 @@
#include "helpers.h"
#include "log_d.h"
#include "redis.h"
#include "str.h"
#include "control_tcp.h"
#include "control_udp.h"
#include "rtp.h"

Loading…
Cancel
Save