mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +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);
|
||||
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…
x
Reference in New Issue
Block a user