2012-04-02 08:56:30 +02:00
|
|
|
#ifndef I2CONFIGCOMPONENT_H
|
|
|
|
#define I2CONFIGCOMPONENT_H
|
2012-03-31 16:28:11 +02:00
|
|
|
|
|
|
|
#include <i2-base.h>
|
|
|
|
#include <i2-jsonrpc.h>
|
|
|
|
#include <i2-icinga.h>
|
|
|
|
|
|
|
|
#include "configrpccomponent.h"
|
|
|
|
|
2012-04-02 08:56:30 +02:00
|
|
|
#endif /* I2CONFIGCOMPONENT_H */
|