1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-01-23 06:52:33 -05:00

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"