Move declarations around and split them.

This commit is contained in:
Tomasz Sobczyk
2020-09-11 12:05:46 +02:00
committed by nodchip
parent c6f5f6a082
commit 683c6146ce
14 changed files with 511 additions and 424 deletions

View File

@@ -1,9 +1,10 @@
#if defined(EVAL_LEARN)
#include "convert.h"
// evaluate header for learning
#include "../eval/evaluate_common.h"
#include "learn.h"
#include "multi_think.h"
#include "../uci.h"
#include "../syzygy/tbprobe.h"