changeset 21623:c6631583d68d

Get rid of completely useless includes that in addition hinder compilation on MinGW
author reimar
date Sat, 16 Dec 2006 21:24:12 +0000
parents 5cd2a0041019
children 78e06aec663a
files libvo/vo_xover.c libvo/x11_common.c
diffstat 2 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vo_xover.c	Sat Dec 16 20:02:26 2006 +0000
+++ b/libvo/vo_xover.c	Sat Dec 16 21:24:12 2006 +0000
@@ -15,7 +15,6 @@
 #include <math.h>
 #include <errno.h>
 #include <unistd.h>
-#include <sys/ioctl.h>
 
 #include "config.h"
 #include "video_out.h"
--- a/libvo/x11_common.c	Sat Dec 16 20:02:26 2006 +0000
+++ b/libvo/x11_common.c	Sat Dec 16 21:24:12 2006 +0000
@@ -12,7 +12,6 @@
 
 #include <string.h>
 #include <unistd.h>
-#include <sys/mman.h>
 #include <signal.h>
 #include <assert.h>