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;