mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 17:16:33 +08:00
Remove some useless include
Spotted by Rein Halbersma. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
#include "move.h"
|
#include "move.h"
|
||||||
#include "movegen.h"
|
#include "movegen.h"
|
||||||
#include "search.h"
|
#include "position.h"
|
||||||
|
|
||||||
using std::string;
|
using std::string;
|
||||||
|
|
||||||
|
|||||||
@@ -21,6 +21,7 @@
|
|||||||
|
|
||||||
#include "bitcount.h"
|
#include "bitcount.h"
|
||||||
#include "movegen.h"
|
#include "movegen.h"
|
||||||
|
#include "position.h"
|
||||||
|
|
||||||
// Simple macro to wrap a very common while loop, no facny, no flexibility,
|
// Simple macro to wrap a very common while loop, no facny, no flexibility,
|
||||||
// hardcoded list name 'mlist' and from square 'from'.
|
// hardcoded list name 'mlist' and from square 'from'.
|
||||||
|
|||||||
@@ -21,7 +21,6 @@
|
|||||||
#define MOVEGEN_H_INCLUDED
|
#define MOVEGEN_H_INCLUDED
|
||||||
|
|
||||||
#include "move.h"
|
#include "move.h"
|
||||||
#include "position.h"
|
|
||||||
|
|
||||||
enum MoveType {
|
enum MoveType {
|
||||||
MV_CAPTURE,
|
MV_CAPTURE,
|
||||||
|
|||||||
@@ -30,7 +30,6 @@
|
|||||||
#include "rkiss.h"
|
#include "rkiss.h"
|
||||||
#include "thread.h"
|
#include "thread.h"
|
||||||
#include "tt.h"
|
#include "tt.h"
|
||||||
#include "ucioption.h"
|
|
||||||
|
|
||||||
using std::string;
|
using std::string;
|
||||||
using std::cout;
|
using std::cout;
|
||||||
|
|||||||
Reference in New Issue
Block a user