]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
mysql_version.h should not be directly included
authorNick Porter <nick@portercomputing.co.uk>
Thu, 23 Jan 2025 10:01:04 +0000 (10:01 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Thu, 23 Jan 2025 10:01:04 +0000 (10:01 +0000)
src/modules/rlm_sql/drivers/rlm_sql_mysql/rlm_sql_mysql.c

index 78d1b8f5663d87de19d33f02a07d2cb270d90f1a..39c5785811844b7523ac81a92a3f45f2acd49ae4 100644 (file)
@@ -34,12 +34,10 @@ RCSID("$Id$")
 #include "config.h"
 
 #ifdef HAVE_MYSQL_MYSQL_H
-#  include <mysql/mysql_version.h>
 #  include <mysql/errmsg.h>
 #  include <mysql/mysql.h>
 #  include <mysql/mysqld_error.h>
 #elif defined(HAVE_MYSQL_H)
-#  include <mysql_version.h>
 #  include <errmsg.h>
 #  include <mysql.h>
 #  include <mysqld_error.h>