mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 09:06:45 +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
|
||||
|
||||
Reference in New Issue
Block a user