Move Platform.

This commit is contained in:
XMRig 2018-04-13 07:23:01 +07:00
parent a6b698d4eb
commit c1800094d0
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"