icinga2/jsonrpc/i2-jsonrpc.h

15 lines
262 B
C
Raw Normal View History

2012-03-28 13:24:49 +02:00
#ifndef I2_JSONRPC_H
#define I2_JSONRPC_H
#include <map>
2012-03-28 13:24:49 +02:00
#include <i2-base.h>
#include "cJSON.h"
#include "netstring.h"
#include "jsonrpcmessage.h"
#include "jsonrpcclient.h"
#include "jsonrpcserver.h"
#include "connectionmanager.h"
2012-03-31 16:01:31 +02:00
#endif /* I2_JSONRPC_H */