Move logging code to common folder.

This commit is contained in:
XMRig 2018-04-20 18:54:58 +07:00
parent 98e7308597
commit 36a612af9a
22 changed files with 28 additions and 29 deletions

View file

@ -30,7 +30,7 @@
#include "common/api/Httpd.h"
#include "common/api/HttpReply.h"
#include "common/api/HttpRequest.h"
#include "log/Log.h"
#include "common/log/Log.h"
Httpd::Httpd(int port, const char *accessToken, bool IPv6, bool restricted) :