diff options
Diffstat (limited to 'src/uci.cpp')
| -rw-r--r-- | src/uci.cpp | 4 |
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> |
