mirror of
https://github.com/Icinga/icinga2.git
synced 2025-05-11 01:50:15 +02:00
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 */
|