mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-22 01:56:58 +08:00
Small cleanups
closes https://github.com/official-stockfish/Stockfish/pull/3301 No functional change
This commit is contained in:
committed by
Joost VandeVondele
parent
1188141aa7
commit
70a818cbd6
@@ -26,6 +26,7 @@
|
||||
|
||||
#include "bitboard.h"
|
||||
#include "evaluate.h"
|
||||
#include "psqt.h"
|
||||
#include "types.h"
|
||||
|
||||
#include "nnue/nnue_accumulator.h"
|
||||
@@ -200,10 +201,6 @@ private:
|
||||
bool chess960;
|
||||
};
|
||||
|
||||
namespace PSQT {
|
||||
extern Score psq[PIECE_NB][SQUARE_NB];
|
||||
}
|
||||
|
||||
extern std::ostream& operator<<(std::ostream& os, const Position& pos);
|
||||
|
||||
inline Color Position::side_to_move() const {
|
||||
|
||||
Reference in New Issue
Block a user