MT#61856 control_ng: move cli.h include into header

Will be required later for the new ng commands structure
(future definitions done in the header).

Change-Id: I9d8d2d894f8cef33c2585514dabc5f7f8cbfd3ca
mr26.1
Donat Zenichev 2 weeks ago
parent 095ecb2d59
commit 98d9bf091f

@ -16,7 +16,6 @@
#include "statistics.h"
#include "streambuf.h"
#include "homer.h"
#include "cli.h"
mutex_t rtpe_cngs_lock;
mutex_t tcp_connections_lock;

@ -54,6 +54,7 @@ enum ng_opmode {
#include "tcp_listener.h"
#include "bencode.h"
#include "types.h"
#include "cli.h"
struct ng_command_stats {
mutex_t lock;

Loading…
Cancel
Save