mirror of https://github.com/Icinga/icinga2.git
12 lines
204 B
C
12 lines
204 B
C
|
#ifndef I2DISCOVERY_H
|
||
|
#define I2DISCOVERY_H
|
||
|
|
||
|
#include <i2-base.h>
|
||
|
#include <i2-jsonrpc.h>
|
||
|
#include <i2-icinga.h>
|
||
|
|
||
|
#include "discoverymessage.h"
|
||
|
#include "discoverycomponent.h"
|
||
|
|
||
|
#endif /* I2DISCOVERY_H */
|