]> git.sesse.net Git - stockfish/blobdiff - src/search.h
Unify do_ep_move()
[stockfish] / src / search.h
index 62d3fe9ed9f4055eadd1800679bee69f9f25b274..069bbdd26e1954d9a872e0f5ddbc5e8978bb9d76 100644 (file)
 ////
 
 #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,18 +60,6 @@ struct SearchStack {
 };
 
 
-////
-//// Global variables
-////
-
-extern TranspositionTable TT;
-extern int ActiveThreads;
-extern Lock SMPLock;
-
-// Perhaps better to make H local, and pass as parameter to MovePicker?
-extern History H;
-
-
 ////
 //// Prototypes
 ////