diff options
author | Sergey Vojtovich <svoj@mariadb.org> | 2019-10-02 20:17:00 +0400 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2019-10-02 20:21:30 +0400 |
commit | 5b2fa078e8aee75a180461963bd54ce885445c17 (patch) | |
tree | 95111486d4c615ced42389da5c6a6f1152b9717b /sql/sql_cache.cc | |
parent | 716c748f97d8f7cb7caaf39dd7b9cdaf79b2229a (diff) | |
download | mariadb-git-5b2fa078e8aee75a180461963bd54ce885445c17.tar.gz |
Cleanup mman.h includes
As it is included from my_global.h already.
Diffstat (limited to 'sql/sql_cache.cc')
-rw-r--r-- | sql/sql_cache.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/sql_cache.cc b/sql/sql_cache.cc index 70525725689..3842b7c4dc1 100644 --- a/sql/sql_cache.cc +++ b/sql/sql_cache.cc @@ -329,9 +329,6 @@ TODO list: */ #include "mariadb.h" /* NO_EMBEDDED_ACCESS_CHECKS */ -#if defined(DBUG_OFF) && defined(HAVE_MADVISE) -#include <sys/mman.h> -#endif #include "sql_priv.h" #include "sql_basic_types.h" #include "sql_cache.h" |