A second batch of code reorganization.

This commit is contained in:
Tomasz Sobczyk
2020-09-07 23:26:38 +02:00
committed by nodchip
parent 832c414b0d
commit 1482e5215a
6 changed files with 96 additions and 150 deletions

View File

@@ -28,18 +28,12 @@
#include <memory>
#include <limits>
#include <optional>
#include <filesystem>
#if defined (_OPENMP)
#include <omp.h>
#endif
#if defined(_MSC_VER)
// std::filesystem doesn't work on GCC even though it claims to support C++17.
#include <filesystem>
#elif defined(__GNUC__)
#include <dirent.h>
#endif
#if defined(EVAL_NNUE)
#include "../nnue/evaluate_nnue_learner.h"
#include <climits>