From 7229b19c67d12ff579c64f1184e951015aa2f9c9 Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Mon, 13 Apr 2015 22:28:12 +1000 Subject: [PATCH] remove include sql_view.h from sql_table.cc - unneeded --- sql/sql_table.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/sql/sql_table.cc b/sql/sql_table.cc index 39e8e0d0d55..dfd085baa76 100644 --- a/sql/sql_table.cc +++ b/sql/sql_table.cc @@ -28,7 +28,6 @@ #include "sql_base.h" // open_table_uncached, lock_table_names #include "lock.h" // mysql_unlock_tables #include "strfunc.h" // find_type2, find_set -#include "sql_view.h" // view_check #include "sql_truncate.h" // regenerate_locked_table #include "sql_partition.h" // mem_alloc_error, // generate_partition_syntax,