Cleanup mman.h includes

As it is included from my_global.h already.
This commit is contained in:
Sergey Vojtovich 2019-10-02 20:17:00 +04:00
commit 5b2fa078e8
14 changed files with 0 additions and 39 deletions

View file

@ -157,16 +157,11 @@ extern "C" { // Because of SCO 3.2V4.2
#include <my_libwrap.h>
#ifdef HAVE_SYS_MMAN_H
#include <sys/mman.h>
#endif
#ifdef __WIN__
#include <crtdbg.h>
#endif
#ifdef HAVE_SOLARIS_LARGE_PAGES
#include <sys/mman.h>
#if defined(__sun__) && defined(__GNUC__) && defined(__cplusplus) \
&& defined(_XOPEN_SOURCE)
extern int getpagesizes(size_t *, int);