mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-19 08:36:33 +08:00
Remove an include in movepick.h
Signed-off-by: Marco Costalba <mcostalba@gmail.com> Signed-off-by: unknown <Marco@.(none)>
This commit is contained in:
@@ -28,7 +28,6 @@
|
||||
#include "depth.h"
|
||||
#include "lock.h"
|
||||
#include "position.h"
|
||||
#include "search.h"
|
||||
|
||||
|
||||
////
|
||||
@@ -36,6 +35,7 @@
|
||||
////
|
||||
|
||||
struct EvalInfo;
|
||||
struct SearchStack;
|
||||
|
||||
/// MovePicker is a class which is used to pick one legal move at a time from
|
||||
/// the current position. It is initialized with a Position object and a few
|
||||
|
||||
@@ -39,6 +39,8 @@
|
||||
//// Variables
|
||||
////
|
||||
|
||||
extern SearchStack EmptySearchStack;
|
||||
|
||||
int Position::castleRightsMask[64];
|
||||
|
||||
Key Position::zobrist[2][8][64];
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
#include "movepick.h"
|
||||
#include "san.h"
|
||||
|
||||
extern SearchStack EmptySearchStack;
|
||||
|
||||
////
|
||||
//// Local definitions
|
||||
|
||||
Reference in New Issue
Block a user