Move logging code to common folder.

This commit is contained in:
XMRig
2018-04-20 18:54:58 +07:00
parent 2393b537f2
commit 8372ad01e8
22 changed files with 28 additions and 29 deletions

View File

@@ -29,9 +29,9 @@
#include <utility>
#include "common/log/Log.h"
#include "common/net/Client.h"
#include "interfaces/IClientListener.h"
#include "log/Log.h"
#include "rapidjson/document.h"
#include "rapidjson/error/en.h"
#include "rapidjson/stringbuffer.h"