Move history code to a separate header

Since no correction histories are ever used inside Movepick, and many
existing histories are closely integrated into search, it might be more
logical to separate them into their own header. PR based on #5650

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

No functional change
This commit is contained in:
Shawn Xu
2024-10-24 13:16:49 -07:00
committed by Disservin
parent 16fee2a7da
commit c2611efe5c
6 changed files with 192 additions and 163 deletions
+1 -1
View File
@@ -31,8 +31,8 @@
#include <string_view>
#include <vector>
#include "history.h"
#include "misc.h"
#include "movepick.h"
#include "nnue/network.h"
#include "nnue/nnue_accumulator.h"
#include "numa.h"