]> granicus.if.org Git - icinga2/commitdiff
Remove unused #include.
authorGunnar Beutner <gunnar.beutner@netways.de>
Thu, 17 Oct 2013 08:34:01 +0000 (10:34 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Thu, 17 Oct 2013 08:34:01 +0000 (10:34 +0200)
lib/icinga/icingaapplication.cpp

index 36e790c2fb4ab1afc7b7726235f4ca90750792a9..0a3f1bf3f3438a8df6660953001fb8e3a393e466 100644 (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);