1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-08 08:23:34 -05:00

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,8 +30,8 @@
#include "common/config/CommonConfig.h"
#include "common/log/Log.h"
#include "donate.h"
#include "log/Log.h"
#include "rapidjson/document.h"
#include "rapidjson/filewritestream.h"
#include "rapidjson/prettywriter.h"