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 /include | |
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 'include')
-rw-r--r-- | include/my_sys.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/my_sys.h b/include/my_sys.h index 90f37f8ca81..61551d38337 100644 --- a/include/my_sys.h +++ b/include/my_sys.h @@ -964,8 +964,6 @@ extern ulonglong my_getcputime(void); #endif #ifdef HAVE_SYS_MMAN_H -#include <sys/mman.h> - #ifndef MAP_NOSYNC #define MAP_NOSYNC 0 #endif |