mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-11 17:32:47 -05:00
Sync changes.
This commit is contained in:
@@ -26,6 +26,11 @@
|
||||
#include <uv.h>
|
||||
|
||||
|
||||
#ifndef _WIN32
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
|
||||
#include "3rdparty/http-parser/http_parser.h"
|
||||
#include "api/Api.h"
|
||||
#include "api/interfaces/IApiListener.h"
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
#define XMRIG_APIROUTER_H
|
||||
|
||||
|
||||
#include "net/NetworkState.h"
|
||||
#include "api/interfaces/IApiListener.h"
|
||||
#include "rapidjson/fwd.h"
|
||||
|
||||
@@ -43,7 +42,7 @@ class Controller;
|
||||
class ApiRouter : public xmrig::IApiListener
|
||||
{
|
||||
public:
|
||||
ApiRouter(xmrig::Controller *controller);
|
||||
ApiRouter(Controller *controller);
|
||||
~ApiRouter() override;
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user