Removed extra header file inclusion

Removed extra header file inclusion
This commit is contained in:
MassimilianoPinto 2014-02-28 15:07:01 +01:00
parent a2285e9e00
commit 22947109b4

View File

@ -42,7 +42,6 @@
#include <skygw_utils.h>
#include <log_manager.h>
#include <secrets.h>
#include <dbusers.h>
#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 <> ''"