From a14da2fe3864712dab4e7c4cfb5c323026d668de Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Fri, 10 Jul 2026 16:01:57 +0530 Subject: moving header files to include directory & moving resources in it's own directory i know currently there is race condition, but the code is getting too messy, i will continue to this after i make a vis tool to analyse how i should split up files & stuff the code rn needs intense restructing for it to make any more progress --- src/uci/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/uci/command.c') diff --git a/src/uci/command.c b/src/uci/command.c index d82c50c..02d6e0f 100644 --- a/src/uci/command.c +++ b/src/uci/command.c @@ -1,6 +1,6 @@ #include -#include #include +#include #include "command.h" ucicmd ucicmd_init() { -- cgit v1.2.3