From 98d9bf091f87c6060145092d83e22fa3573b6b4b Mon Sep 17 00:00:00 2001 From: Donat Zenichev Date: Mon, 1 Jun 2026 16:39:47 +0200 Subject: [PATCH] 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 --- daemon/control_ng.c | 1 - include/control_ng.h | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/control_ng.c b/daemon/control_ng.c index 276c7cbf6..7e3c2c2ab 100644 --- a/daemon/control_ng.c +++ b/daemon/control_ng.c @@ -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; diff --git a/include/control_ng.h b/include/control_ng.h index 948f68d7c..54534be7b 100644 --- a/include/control_ng.h +++ b/include/control_ng.h @@ -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;