diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-08-10 12:56:19 (GMT) |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-08-10 12:56:19 (GMT) |
commit | aea655ca1436a3f6d5e2acb6b365c28dbaca62e6 (patch) | |
tree | 649bd9de3abbc18d8921915837a58a85740bcf17 /plugins | |
parent | 83b727c62a463b3b15f69a390638ece27bfbbcd5 (diff) | |
download | monitoring-plugins-aea655ca1436a3f6d5e2acb6b365c28dbaca62e6.tar.gz |
config.h is redundant (common.h includes it)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@680 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/utils.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/utils.c b/plugins/utils.c index 5b97572..5c809ec 100644 --- a/plugins/utils.c +++ b/plugins/utils.c | |||
@@ -13,7 +13,6 @@ | |||
13 | 13 | ||
14 | #define LOCAL_TIMEOUT_ALARM_HANDLER | 14 | #define LOCAL_TIMEOUT_ALARM_HANDLER |
15 | 15 | ||
16 | #include "config.h" | ||
17 | #include "common.h" | 16 | #include "common.h" |
18 | #include "utils.h" | 17 | #include "utils.h" |
19 | #include <stdarg.h> | 18 | #include <stdarg.h> |