mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-24 22:24:44 +02:00
Remove unused #include.
This commit is contained in:
parent
5a724ba011
commit
c570593b73
@ -36,11 +36,6 @@ static Timer::Ptr l_RetentionTimer;
|
|||||||
REGISTER_TYPE(IcingaApplication);
|
REGISTER_TYPE(IcingaApplication);
|
||||||
INITIALIZE_ONCE(IcingaApplication, &IcingaApplication::StaticInitialize);
|
INITIALIZE_ONCE(IcingaApplication, &IcingaApplication::StaticInitialize);
|
||||||
|
|
||||||
#ifndef _WIN32
|
|
||||||
# include "icinga-version.h"
|
|
||||||
# define ICINGA_VERSION GIT_MESSAGE
|
|
||||||
#endif /* _WIN32 */
|
|
||||||
|
|
||||||
void IcingaApplication::StaticInitialize(void)
|
void IcingaApplication::StaticInitialize(void)
|
||||||
{
|
{
|
||||||
ScriptVariable::Set("IcingaEnableNotifications", true);
|
ScriptVariable::Set("IcingaEnableNotifications", true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user