diff --git a/server/core/dbusers.c b/server/core/dbusers.c index f7bddf0b1..e5fe09dfe 100644 --- a/server/core/dbusers.c +++ b/server/core/dbusers.c @@ -42,7 +42,6 @@ #include #include #include -#include #define USERS_QUERY_NO_ROOT " AND user NOT IN ('root')" #define LOAD_MYSQL_USERS_QUERY "SELECT user, host, password, concat(user,host,password) AS userdata FROM mysql.user WHERE user IS NOT NULL AND user <> ''"