diff options
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 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; |