Commit 47a9ac62 authored by Vicențiu Ciorbaru's avatar Vicențiu Ciorbaru

cleanup: sql_alloc.h grant.h, privilege.h include what you use

parent d6eba1b0
......@@ -19,6 +19,8 @@
#include "lex_string.h"
#include "privilege.h"
#include "sql_lex.h"
#include "sql_list.h"
class LEX_COLUMN;
class Lex_ident_sys;
......
......@@ -17,6 +17,7 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1335 USA */
#include "my_global.h" // ulonglong
#include "my_bit.h"
/*
......
......@@ -16,7 +16,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */
#include <my_sys.h> /* alloc_root, MEM_ROOT, TRASH */
#include <my_global.h> /* _current_thd, TRASH_FREE */
#include <my_sys.h> /* alloc_root */
/* MariaDB standard class memory allocator */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment