X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmove.h;fp=src%2Fmove.h;h=d06e381a761c819a6b93c88f9093e532a73b7534;hp=c4ed9dd81bcaf0e3cb5e1968fa5b4f3053307d9a;hb=5fc8f86a4f37de0e919c163c81f04b8717a70d3f;hpb=c14dae1fa20507e3f3c729ee9de6ed55ab11dba6 diff --git a/src/move.h b/src/move.h index c4ed9dd8..d06e381a 100644 --- a/src/move.h +++ b/src/move.h @@ -207,5 +207,4 @@ extern Move move_from_uci(const Position& pos, const std::string &str); extern const std::string move_to_uci(Move m, bool chess960); extern bool move_is_ok(Move m); - #endif // !defined(MOVE_H_INCLUDED)