aboutsummaryrefslogtreecommitdiff
path: root/src/uci.cpp
diff options
context:
space:
mode:
authorAdam <adammegarules1@gmail.com>2026-07-29 20:16:13 +0200
committerAdam <adammegarules1@gmail.com>2026-07-29 20:16:13 +0200
commit53e58af35c46140a05b3ce4dcec9e425ca359529 (patch)
treed4531fddfbcfaa50d920a5598ade3ec535de8340 /src/uci.cpp
parentd528a20684570fb70f0e6b13a78bc6504a1edd89 (diff)
new folder structer
Diffstat (limited to 'src/uci.cpp')
-rw-r--r--src/uci.cpp4
1 files changed, 2 insertions, 2 deletions
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 <algorithm>