[vlc-commits] wl_screenshooter: remove useless #include

Rémi Denis-Courmont git at videolan.org
Sun Sep 28 11:31:02 CEST 2014


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Sep 28 12:30:51 2014 +0300| [b0628785c2d06a98d1dc6bdc0f44998d59a50f3f] | committer: Rémi Denis-Courmont

wl_screenshooter: remove useless #include

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b0628785c2d06a98d1dc6bdc0f44998d59a50f3f
---

 modules/access/screen/wayland.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/access/screen/wayland.c b/modules/access/screen/wayland.c
index b19694a..511d736 100644
--- a/modules/access/screen/wayland.c
+++ b/modules/access/screen/wayland.c
@@ -31,7 +31,6 @@
 #include <fcntl.h>
 #include <poll.h>
 #include <sys/types.h>
-#include <sys/mman.h>
 #include <unistd.h>
 
 #include <wayland-client.h>



More information about the vlc-commits mailing list