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