From 53e58af35c46140a05b3ce4dcec9e425ca359529 Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 29 Jul 2026 20:16:13 +0200 Subject: new folder structer --- src/uci.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/uci.cpp') diff --git a/src/uci.cpp b/src/uci.cpp index dc595b5..3c72db0 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -1,7 +1,7 @@ #include "uci.hpp" -#include "board.hpp" +#include "board/board.hpp" +#include "board/fen.hpp" #include "bot.hpp" -#include "fen.hpp" #include "moves.hpp" #include -- cgit v1.2.3