From: Alexander Traud Date: Mon, 22 Jan 2018 15:18:51 +0000 (+0100) Subject: res_config_mysql: Avoid the header mysql_version.h. X-Git-Tag: 16.0.0-rc1~394^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=140f937c7e85e57cb73daaeca6823b1c95ed16b0;p=thirdparty%2Fasterisk.git res_config_mysql: Avoid the header mysql_version.h. ASTERISK-27607 Change-Id: I23d00ded955c4afd5f2c3c9dc96dcb48b3f74eec --- diff --git a/addons/res_config_mysql.c b/addons/res_config_mysql.c index 43ca5fcf7a..ae4348500e 100644 --- a/addons/res_config_mysql.c +++ b/addons/res_config_mysql.c @@ -33,7 +33,6 @@ #include #include -#include #include #include "asterisk/channel.h"