Signed-off-by: Adam Jackson <[email protected]> --- hw/xfree86/loader/loader.c | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/hw/xfree86/loader/loader.c b/hw/xfree86/loader/loader.c index baadbc4..22d8273 100644 --- a/hw/xfree86/loader/loader.c +++ b/hw/xfree86/loader/loader.c @@ -54,18 +54,10 @@ #include <stdio.h> #include <stdlib.h> #include <sys/types.h> -#if defined(UseMMAP) || (defined(linux) && defined(__ia64__)) -#include <sys/mman.h> -#endif #include <unistd.h> #include <sys/stat.h> #include <fcntl.h> #include <string.h> -#if defined(linux) && \ - (defined(__alpha__) || defined(__powerpc__) || defined(__ia64__) \ - || defined(__amd64__)) -#include <malloc.h> -#endif #include <stdarg.h> #include "os.h" -- 1.7.2.2 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
