summaryrefslogtreecommitdiff
path: root/libavdevice/x11grab.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-03-24 10:50:16 +0000
committerDiego Biurrun <diego@biurrun.de>2008-03-24 10:50:16 +0000
commit362b3bf757ba2f836a9ab6c0c7ff79164b3e0c10 (patch)
treeea17849bd3ae6efa5ddb1e41f01bf4f3593a6a19 /libavdevice/x11grab.c
parent2f7707017e5cd147515d359f00a3187ce5909c9a (diff)
Remove unneeded sys/mman.h #include.
Originally committed as revision 12567 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavdevice/x11grab.c')
-rw-r--r--libavdevice/x11grab.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavdevice/x11grab.c b/libavdevice/x11grab.c
index 04e3190962..3e3ce31dba 100644
--- a/libavdevice/x11grab.c
+++ b/libavdevice/x11grab.c
@@ -40,9 +40,6 @@
#include <unistd.h>
#include <fcntl.h>
#include <sys/ioctl.h>
-#ifdef HAVE_SYS_MMAN_H
-#include <sys/mman.h>
-#endif
#include <sys/time.h>
#define _LINUX_TIME_H 1
#include <time.h>