X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.h;h=53e7444c8ad205c5bb6cc34ce22e4b2009621d1f;hp=abf7221d8a33bbbe9f22a66db31e4995932d0c3c;hb=81cd417b4584b0e3830940c5cb122c898afde08a;hpb=bb3427ca85bdb20b4c8af12b63f635d03c5e9146 diff --git a/src/search.h b/src/search.h index abf7221d..53e7444c 100644 --- a/src/search.h +++ b/src/search.h @@ -20,11 +20,11 @@ #if !defined(SEARCH_H_INCLUDED) #define SEARCH_H_INCLUDED -#include "move.h" -#include "types.h" - +#include #include +#include "types.h" + class Position; struct SplitPoint; @@ -73,7 +73,7 @@ extern void init(); extern int64_t perft(Position& pos, Depth depth); extern void think(); -} +} // namespace extern void do_timer_event();