From 5b2fa078e8aee75a180461963bd54ce885445c17 Mon Sep 17 00:00:00 2001 From: Sergey Vojtovich Date: Wed, 2 Oct 2019 20:17:00 +0400 Subject: Cleanup mman.h includes As it is included from my_global.h already. --- include/my_sys.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/my_sys.h') 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 - #ifndef MAP_NOSYNC #define MAP_NOSYNC 0 #endif -- cgit v1.2.1