Small cleanups

closes https://github.com/official-stockfish/Stockfish/pull/3301

No functional change
This commit is contained in:
Lolligerhans
2021-01-12 14:59:51 +01:00
committed by Joost VandeVondele
parent 1188141aa7
commit 70a818cbd6
11 changed files with 100 additions and 59 deletions

View File

@@ -21,15 +21,12 @@
#include "bitboard.h"
#include "endgame.h"
#include "position.h"
#include "psqt.h"
#include "search.h"
#include "syzygy/tbprobe.h"
#include "thread.h"
#include "tt.h"
#include "uci.h"
#include "syzygy/tbprobe.h"
namespace PSQT {
void init();
}
int main(int argc, char* argv[]) {