1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-12 01:42:48 -05:00

Move common parts of API.

This commit is contained in:
XMRig
2018-04-13 07:12:53 +07:00
parent 51422f4b1e
commit a6b698d4eb
10 changed files with 17 additions and 17 deletions

View File

@@ -26,8 +26,8 @@
#include "api/Api.h"
#include "api/ApiRouter.h"
#include "api/HttpReply.h"
#include "api/HttpRequest.h"
#include "common/api/HttpReply.h"
#include "common/api/HttpRequest.h"
ApiRouter *Api::m_router = nullptr;