Common API code moved to base/api.

This commit is contained in:
XMRig 2019-08-12 16:52:16 +07:00
parent a9c1c1ac64
commit 2ec257284f
19 changed files with 36 additions and 46 deletions

View file

@ -28,7 +28,6 @@
#include <uv.h>
#include "api/Api.h"
#include "App.h"
#include "backend/cpu/Cpu.h"
#include "base/io/Console.h"