|
#ifndef I2_JSONRPC_H
|
|
#define I2_JSONRPC_H
|
|
|
|
#include <map>
|
|
#include <i2-base.h>
|
|
|
|
#include "cJSON.h"
|
|
#include "netstring.h"
|
|
#include "jsonrpcmessage.h"
|
|
#include "jsonrpcclient.h"
|
|
#include "jsonrpcserver.h"
|
|
#include "connectionmanager.h"
|
|
|
|
#endif /* I2_JSONRPC_H */
|