#ifndef I2ICINGA_H #define I2ICINGA_H #include #include #include #ifdef I2_ICINGA_BUILD # define I2_ICINGA_API I2_EXPORT #else /* I2_ICINGA_BUILD */ # define I2_ICINGA_API I2_IMPORT #endif /* I2_ICINGA_BUILD */ #include "endpoint.h" #include "jsonrpcendpoint.h" #include "virtualendpoint.h" #include "endpointmanager.h" #include "icingaapplication.h" #include "icingacomponent.h" #include "subscriptioncomponent.h" #include "subscriptionmessage.h" #include "authenticationcomponent.h" #include "identitymessage.h" #include "discoverycomponent.h" #endif /* I2ICINGA_H */