mirror of https://github.com/Icinga/icinga2.git
11 lines
154 B
C
11 lines
154 B
C
|
#ifndef I2DEMO_H
|
||
|
#define I2DEMO_H
|
||
|
|
||
|
#include <i2-base.h>
|
||
|
#include <i2-jsonrpc.h>
|
||
|
#include <i2-icinga.h>
|
||
|
|
||
|
#include "democomponent.h"
|
||
|
|
||
|
#endif /* I2DEMO_H */
|