From aa465ac3ba1a917ef626153e83b5fd41ab6a964f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vicen=C8=9Biu=20Ciorbaru?= Date: Thu, 17 Oct 2013 14:58:37 -0700 Subject: [PATCH] Removed redundant #include "sql_hset.h" It was a leftover from attempting to use Hash_set --- sql/sql_acl.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/sql/sql_acl.cc b/sql/sql_acl.cc index 393e9db52fc..1122f4a471d 100644 --- a/sql/sql_acl.cc +++ b/sql/sql_acl.cc @@ -51,7 +51,6 @@ #include "hostname.h" #include "sql_db.h" #include "sql_array.h" -#include "sql_hset.h" #include "sql_plugin_compat.h"