mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 03:44:06 +00:00
xwin: drop useless including of mman.h
We don't use mmap() anyhwere, so no need for that include. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
7daa4e58b8
commit
3ea028279a
@@ -131,13 +131,6 @@
|
||||
#include <pthread.h>
|
||||
#undef HANDLE
|
||||
|
||||
#ifdef HAVE_MMAP
|
||||
#include <sys/mman.h>
|
||||
#ifndef MAP_FILE
|
||||
#define MAP_FILE 0
|
||||
#endif /* MAP_FILE */
|
||||
#endif /* HAVE_MMAP */
|
||||
|
||||
#include <X11/X.h>
|
||||
#include <X11/Xfuncproto.h>
|
||||
#include <X11/Xproto.h>
|
||||
|
||||
Reference in New Issue
Block a user