X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmove.cpp;h=8cc0c004dac94bd27171ddefab6ce77d0baedce2;hp=39344aae1f76e71b2064de7e43be7f756796b027;hb=03ad183384d484990248cb22394a93926f421520;hpb=155bed18f5224d401ddf5b4b71d93d8a8c379b3c diff --git a/src/move.cpp b/src/move.cpp index 39344aae..8cc0c004 100644 --- a/src/move.cpp +++ b/src/move.cpp @@ -25,7 +25,7 @@ #include "move.h" #include "movegen.h" -#include "search.h" +#include "position.h" using std::string; @@ -88,7 +88,6 @@ const string move_to_san(Position& pos, Move m) { if (m == MOVE_NULL) return "(null)"; - assert(pos.is_ok()); assert(move_is_ok(m)); Bitboard attackers;