From ecc185f1a43d2b01acb14c9cdcc98e80d3b67122 Mon Sep 17 00:00:00 2001 From: Ethan Galstad Date: Fri, 1 Mar 2002 02:42:56 +0000 Subject: Contrib plugin cleanup git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@6 f882894a-f735-0410-b71e-b25c423dba1c --- contrib/check_mysql.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/check_mysql.c') 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; -- cgit v1.2.3