aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStéphane Aulery <saulery@free.fr>2014-11-27 14:52:09 +0100
committerGerd Hoffmann <kraxel@redhat.com>2014-12-04 10:23:33 +0100
commit4a0356a6a220aebd47a44d3633431556a308703b (patch)
treeacacaf4d8f80d3b62cfcc027254d3114ca9556ea
parent7af9af8e99ff9ea35dd12aea35f3695d11156381 (diff)
downloadfbida-4a0356a6a220aebd47a44d3633431556a308703b.tar.gz
Drop unused sys/mman.h header (fbi)
sys/mman.h is already included by fbtools.c which use mmap() Signed-off-by: Stéphane Aulery <saulery@free.fr> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
-rw-r--r--fbi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fbi.c b/fbi.c
index e1b5d35..857e839 100644
--- a/fbi.c
+++ b/fbi.c
@@ -21,7 +21,6 @@
#include <wchar.h>
#include <sys/time.h>
#include <sys/ioctl.h>
-#include <sys/mman.h>
#include <linux/fb.h>
#include <jpeglib.h>