mirror of
https://github.com/Icinga/icinga2.git
synced 2025-06-27 08:54:31 +02:00
15 lines
259 B
C++
15 lines
259 B
C++
#ifndef I2JSONRPC_H
|
|
#define I2JSONRPC_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 /* I2JSONRPC_H */
|