Remove another unnecessary include of sys/mman.h
authorJ. Ali Harlow <ali@juiblex.co.uk>
Thu Jan 08 15:44:43 2009 +0000 (2009-01-08)
changeset 3331829493b5fb9
parent 332 9f735b6f5939
child 334 52871d4b9265
Remove another unnecessary include of sys/mman.h
src/import-yum.c
     1.1 --- a/src/import-yum.c	Thu Jan 08 15:36:35 2009 +0000
     1.2 +++ b/src/import-yum.c	Thu Jan 08 15:44:43 2009 +0000
     1.3 @@ -23,7 +23,6 @@
     1.4  #include <stdio.h>
     1.5  #include <stdint.h>
     1.6  #include <sys/stat.h>
     1.7 -#include <sys/mman.h>
     1.8  #include <unistd.h>
     1.9  #include <fcntl.h>
    1.10  #include <errno.h>