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.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/uci.c') diff --git a/src/uci.c b/src/uci.c index fa9bf86..6a2c412 100644 --- a/src/uci.c +++ b/src/uci.c @@ -1,14 +1,14 @@ #include #include #include -#include #include #include #include -#include "uci/state.h" -#include "uci/command.h" -#include "uci/response.h" +#include +#include "state.h" +#include "command.h" +#include "response.h" #include "uci.h" #include "ipc.h" -- cgit v1.2.3