Move shared network code to common folder.

This commit is contained in:
XMRig
2018-04-20 13:44:30 +07:00
parent b6adcafb38
commit f93726ab01
28 changed files with 60 additions and 58 deletions

View File

@@ -24,7 +24,7 @@
#include <assert.h>
#include "net/Pool.h"
#include "common/net/Pool.h"
#include "rapidjson/document.h"
#include "workers/CpuThread.h"