X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fsearch.h;h=53e7444c8ad205c5bb6cc34ce22e4b2009621d1f;hb=81cd417b4584b0e3830940c5cb122c898afde08a;hp=84704b0dc5d5a29ef177cdbbc8ae65951bd6cab0;hpb=a44c5cf4f77b05a0385c127b7c26cf086a73120e;p=stockfish diff --git a/src/search.h b/src/search.h index 84704b0d..53e7444c 100644 --- a/src/search.h +++ b/src/search.h @@ -23,7 +23,6 @@ #include #include -#include "move.h" #include "types.h" class Position; @@ -74,7 +73,7 @@ extern void init(); extern int64_t perft(Position& pos, Depth depth); extern void think(); -} +} // namespace extern void do_timer_event();