summaryrefslogtreecommitdiff
path: root/sql/event_parse_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/event_parse_data.h')
-rw-r--r--sql/event_parse_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/event_parse_data.h b/sql/event_parse_data.h
index e1aed36aa01..d2e14d74cf8 100644
--- a/sql/event_parse_data.h
+++ b/sql/event_parse_data.h
@@ -17,7 +17,7 @@
#ifndef _EVENT_PARSE_DATA_H_
#define _EVENT_PARSE_DATA_H_
-#include "sql_list.h" /* Sql_alloc */
+#include "sql_alloc.h"
class Item;
class THD;