diff options
Diffstat (limited to 'sql/filesort.h')
-rw-r--r-- | sql/filesort.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/filesort.h b/sql/filesort.h index 748e6b2b1ce..6926d92c4eb 100644 --- a/sql/filesort.h +++ b/sql/filesort.h @@ -17,7 +17,7 @@ #define FILESORT_INCLUDED #include "my_base.h" /* ha_rows */ -#include "sql_list.h" /* Sql_alloc */ +#include "sql_alloc.h" #include "filesort_utils.h" class SQL_SELECT; |