diff options
author | Sergei Golubchik <serg@mariadb.org> | 2015-10-23 11:31:18 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2015-10-24 19:58:34 +0200 |
commit | fb8713385f514da0b77d1212f2035a6d5678561e (patch) | |
tree | 277beced0b7a41803c94fe82dbd7c30238d51b47 /sql/sql_yacc.yy | |
parent | 2c0bcfff8c8e32a9b70d1090ab34a5f53182ad52 (diff) | |
download | mariadb-git-fb8713385f514da0b77d1212f2035a6d5678561e.tar.gz |
remove unneded #include's that had a dubious explanation
Diffstat (limited to 'sql/sql_yacc.yy')
-rw-r--r-- | sql/sql_yacc.yy | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_yacc.yy b/sql/sql_yacc.yy index 4225f7317b8..c6797278e02 100644 --- a/sql/sql_yacc.yy +++ b/sql/sql_yacc.yy @@ -35,7 +35,6 @@ #define Select Lex->current_select #include <my_global.h> #include "sql_priv.h" -#include "unireg.h" // REQUIRED: for other includes #include "sql_parse.h" /* comp_*_creator */ #include "sql_table.h" /* primary_key_name */ #include "sql_partition.h" /* mem_alloc_error, partition_info, HASH_PARTITION */ |