summaryrefslogtreecommitdiff
path: root/sql/thr_malloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/thr_malloc.h')
-rw-r--r--sql/thr_malloc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/thr_malloc.h b/sql/thr_malloc.h
index fc23c87c9fd..574dc7966b0 100644
--- a/sql/thr_malloc.h
+++ b/sql/thr_malloc.h
@@ -16,8 +16,6 @@
#ifndef THR_MALLOC_INCLUDED
#define THR_MALLOC_INCLUDED
-#include "my_global.h" // uint, size_t
-
typedef struct st_mem_root MEM_ROOT;
void init_sql_alloc(MEM_ROOT *root, uint block_size, uint pre_alloc_size,