MT#61856 control_ng: avoid duplicate includes

Double includes in control_ng.c itself,
or those mixed with header file.

Change-Id: I1d431c68c69ce047a7d46468e2f93c56f1168e3b
mr26.1
Donat Zenichev 4 weeks ago
parent c5fef5e0d4
commit 822e5b7cc3

@ -6,22 +6,16 @@
#include <assert.h>
#include <json-glib/json-glib.h>
#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;

Loading…
Cancel
Save