summaryrefslogtreecommitdiff
path: root/sql/parse_file.h
diff options
context:
space:
mode:
authorMichael Widenius <monty@mariadb.org>2017-06-18 08:43:55 +0300
committerSergei Golubchik <serg@mariadb.org>2017-08-24 01:05:48 +0200
commit1ed605e49090a216e01fcddc3078c890a0c1c14b (patch)
tree79e491f5e4575cf7f38333121328e6212d5bc0b7 /sql/parse_file.h
parent828602356cb080046c72b5b48e78efde7d0e958a (diff)
downloadmariadb-git-1ed605e49090a216e01fcddc3078c890a0c1c14b.tar.gz
Added sql_alloc.h
- Moved declaration of Sql_alloc from Sql_list.h as they are independent structures.
Diffstat (limited to 'sql/parse_file.h')
-rw-r--r--sql/parse_file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/parse_file.h b/sql/parse_file.h
index fdc74f3a809..19c7883f8cc 100644
--- a/sql/parse_file.h
+++ b/sql/parse_file.h
@@ -18,7 +18,7 @@
#define _PARSE_FILE_H_
#include "sql_string.h" // LEX_STRING
-#include "sql_list.h" // Sql_alloc
+#include "sql_alloc.h" // Sql_alloc
class THD;