Remove unused #include.

This commit is contained in:
Gunnar Beutner 2013-10-17 10:34:01 +02:00
parent 5a724ba011
commit c570593b73
1 changed files with 0 additions and 5 deletions

View File

@ -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);