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

@@ -35,13 +35,13 @@
#include "api/ApiRouter.h"
#include "common/api/HttpReply.h"
#include "common/api/HttpRequest.h"
#include "common/Platform.h"
#include "core/Config.h"
#include "core/Controller.h"
#include "Cpu.h"
#include "interfaces/IThread.h"
#include "Mem.h"
#include "net/Job.h"
#include "Platform.h"
#include "rapidjson/document.h"
#include "rapidjson/prettywriter.h"
#include "rapidjson/stringbuffer.h"