Code

config.h is redundant (common.h includes it)
authorKarl DeBisschop <kdebisschop@users.sourceforge.net>
Sun, 10 Aug 2003 12:56:19 +0000 (12:56 +0000)
committerKarl DeBisschop <kdebisschop@users.sourceforge.net>
Sun, 10 Aug 2003 12:56:19 +0000 (12:56 +0000)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@680 f882894a-f735-0410-b71e-b25c423dba1c

plugins/utils.c

index 5b97572932327fc9e33956c9c8e3ee687c5d3205..5c809ece48fc2832061f45fb6f2c3478c4feeafc 100644 (file)
@@ -13,7 +13,6 @@
 
 #define LOCAL_TIMEOUT_ALARM_HANDLER
 
-#include "config.h"
 #include "common.h"
 #include "utils.h"
 #include <stdarg.h>