diff options
author | Michael Widenius <monty@mariadb.org> | 2017-11-22 08:01:43 +0200 |
---|---|---|
committer | Michael Widenius <monty@mariadb.org> | 2017-11-23 09:49:45 +0200 |
commit | 8a24be6e74e7086fe6180433b42075cb6559c17e (patch) | |
tree | 39b913ba8934c481cdff2dee4b72b850448c638c /sql/sql_window.h | |
parent | 166056f744ac66920a0777b8a4327fd4ebb1e5be (diff) | |
download | mariadb-git-8a24be6e74e7086fe6180433b42075cb6559c17e.tar.gz |
Less dependencies in include files
Diffstat (limited to 'sql/sql_window.h')
-rw-r--r-- | sql/sql_window.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_window.h b/sql/sql_window.h index 4cb9c1362f5..392f89e8f03 100644 --- a/sql/sql_window.h +++ b/sql/sql_window.h @@ -17,7 +17,6 @@ #ifndef SQL_WINDOW_INCLUDED #define SQL_WINDOW_INCLUDED -#include "item.h" #include "filesort.h" #include "records.h" |