icinga2/jsonrpc/i2-jsonrpc.h

14 lines
228 B
C
Raw Normal View History

#ifndef I2JSONRPC_H
#define I2JSONRPC_H
2012-03-28 13:24:49 +02:00
#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"
#endif /* I2JSONRPC_H */