aboutsummaryrefslogtreecommitdiff
path: root/contrib/check_mysql.c
diff options
context:
space:
mode:
authorGravatar Ethan Galstad <egalstad@users.sourceforge.net> 2002-03-01 02:42:56 +0000
committerGravatar Ethan Galstad <egalstad@users.sourceforge.net> 2002-03-01 02:42:56 +0000
commitecc185f1a43d2b01acb14c9cdcc98e80d3b67122 (patch)
tree29839707d5910c08ce881a3bcddb2822f67afb2f /contrib/check_mysql.c
parent44a321cb8a42d6c0ea2d96a1086a17f2134c89cc (diff)
downloadmonitoring-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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/check_mysql.c b/contrib/check_mysql.c
index 9abacf87..56725dc4 100644
--- a/contrib/check_mysql.c
+++ b/contrib/check_mysql.c
@@ -30,8 +30,8 @@
*
*******************************************************************/
-#include "../common/config.h"
-#include "../common/common.h"
+#include "config.h"
+#include "common.h"
#include "mysql.h"
MYSQL mysql;