Move Platform.

This commit is contained in:
XMRig
2018-04-13 07:23:01 +07:00
parent 85731f5f39
commit c07d9bd83a
14 changed files with 13 additions and 13 deletions

View File

@@ -24,9 +24,9 @@
#include <chrono>
#include "common/Platform.h"
#include "Cpu.h"
#include "Mem.h"
#include "Platform.h"
#include "workers/CpuThread.h"
#include "workers/Handle.h"
#include "workers/Worker.h"