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:
Marco Costalba
2008-11-17 22:33:43 +01:00
committed by unknown
parent 8189ae9e1c
commit bac4da70c9
3 changed files with 4 additions and 1 deletions

View File

@@ -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