mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Less dependencies in include files
This commit is contained in:
@ -16,14 +16,14 @@
|
||||
#ifndef SQL_TVC_INCLUDED
|
||||
#define SQL_TVC_INCLUDED
|
||||
#include "sql_type.h"
|
||||
#include "item.h"
|
||||
|
||||
typedef List<Item> List_item;
|
||||
class select_result;
|
||||
|
||||
class Explain_select;
|
||||
class Explain_query;
|
||||
class Item_func_in;
|
||||
class st_select_lex_unit;
|
||||
typedef class st_select_lex SELECT_LEX;
|
||||
|
||||
/**
|
||||
@class table_value_constr
|
||||
|
Reference in New Issue
Block a user