mirror of
https://github.com/Icinga/icinga2.git
synced 2025-10-18 05:44:01 +02:00
11 lines
174 B
C
11 lines
174 B
C
#ifndef I2CONFIGRPC_H
|
|
#define I2CONFIGRPC_H
|
|
|
|
#include <i2-base.h>
|
|
#include <i2-jsonrpc.h>
|
|
#include <i2-icinga.h>
|
|
|
|
#include "configrpccomponent.h"
|
|
|
|
#endif /* I2CONFIGRPC_H */
|