diff options
author | Ethan Galstad <egalstad@users.sourceforge.net> | 2002-03-01 02:42:56 (GMT) |
---|---|---|
committer | Ethan Galstad <egalstad@users.sourceforge.net> | 2002-03-01 02:42:56 (GMT) |
commit | ecc185f1a43d2b01acb14c9cdcc98e80d3b67122 (patch) | |
tree | 29839707d5910c08ce881a3bcddb2822f67afb2f /contrib/check_mysql.c | |
parent | 44a321cb8a42d6c0ea2d96a1086a17f2134c89cc (diff) | |
download | monitoring-plugins-ecc185f1a43d2b01acb14c9cdcc98e80d3b67122.tar.gz |
Contrib plugin cleanup
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@6 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'contrib/check_mysql.c')
-rw-r--r-- | contrib/check_mysql.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/check_mysql.c b/contrib/check_mysql.c index 9abacf8..56725dc 100644 --- a/contrib/check_mysql.c +++ b/contrib/check_mysql.c | |||
@@ -30,8 +30,8 @@ | |||
30 | * | 30 | * |
31 | *******************************************************************/ | 31 | *******************************************************************/ |
32 | 32 | ||
33 | #include "../common/config.h" | 33 | #include "config.h" |
34 | #include "../common/common.h" | 34 | #include "common.h" |
35 | #include "mysql.h" | 35 | #include "mysql.h" |
36 | 36 | ||
37 | MYSQL mysql; | 37 | MYSQL mysql; |