Add src to include paths, remove non-standard ".." in includes in learn directory.

This commit is contained in:
Tomasz Sobczyk
2020-09-11 12:23:29 +02:00
committed by nodchip
parent 3c87d4fa9b
commit 98f24570ab
11 changed files with 64 additions and 54 deletions

View File

@@ -2,18 +2,20 @@
#include "convert.h"
// evaluate header for learning
#include "../eval/evaluate_common.h"
#include "multi_think.h"
#include "../uci.h"
#include "../syzygy/tbprobe.h"
#include "../misc.h"
#include "../thread.h"
#include "../position.h"
#include "../tt.h"
#include "../extra/nnue_data_binpack_format.h"
#include "uci.h"
#include "misc.h"
#include "thread.h"
#include "position.h"
#include "tt.h"
// evaluate header for learning
#include "eval/evaluate_common.h"
#include "extra/nnue_data_binpack_format.h"
#include "syzygy/tbprobe.h"
#include <sstream>
#include <fstream>