Move shared network code to common folder.

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

View file

@ -28,8 +28,8 @@
#include "api/Api.h"
#include "App.h"
#include "common/Console.h"
#include "common/Platform.h"
#include "Console.h"
#include "core/Config.h"
#include "core/Controller.h"
#include "Cpu.h"