X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.h;h=069bbdd26e1954d9a872e0f5ddbc5e8978bb9d76;hp=03c35f022d97cd2b5588c6947738ad2c663c2361;hb=1b0303b6e930babbaf41385f2a775bc57c8c8a22;hpb=c1b60269a26b2ba1c8882b8f382f0e3e435c1962 diff --git a/src/search.h b/src/search.h index 03c35f02..069bbdd2 100644 --- a/src/search.h +++ b/src/search.h @@ -26,12 +26,7 @@ //// #include "depth.h" -#include "history.h" -#include "lock.h" -#include "movegen.h" -#include "position.h" -#include "tt.h" -#include "value.h" +#include "move.h" //// @@ -65,15 +60,6 @@ struct SearchStack { }; -//// -//// Global variables -//// - -extern TranspositionTable TT; -extern int ActiveThreads; -extern Lock SMPLock; - - //// //// Prototypes ////