1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-27 14:23:28 -05:00
This commit is contained in:
MoneroOcean
2020-05-23 11:13:42 -07:00
191 changed files with 1417 additions and 2600 deletions

View File

@@ -28,14 +28,12 @@
#include <cinttypes>
#include "core/config/Config.h"
#include "3rdparty/rapidjson/document.h"
#include "backend/cpu/Cpu.h"
#include "base/io/log/Log.h"
#include "base/kernel/interfaces/IJsonReader.h"
#include "core/config/Config.h"
#include "crypto/common/Assembly.h"
#include "rapidjson/document.h"
#include "rapidjson/filewritestream.h"
#include "rapidjson/prettywriter.h"
#ifdef XMRIG_ALGO_RANDOMX

View File

@@ -29,11 +29,11 @@
#include <cstdint>
#include "3rdparty/rapidjson/fwd.h"
#include "backend/cpu/CpuConfig.h"
#include "base/kernel/config/BaseConfig.h"
#include "base/tools/Object.h"
#include "core/Benchmark.h"
#include "rapidjson/fwd.h"
namespace xmrig {