[MPlayer-cvslog] r28008 - trunk/libvo/vo_x11.c

reimar subversion at mplayerhq.hu
Sun Nov 23 21:20:51 CET 2008


Author: reimar
Date: Sun Nov 23 21:20:51 2008
New Revision: 28008

Log:
Remove unnecessary xf86vmode.h include.


Modified:
   trunk/libvo/vo_x11.c

Modified: trunk/libvo/vo_x11.c
==============================================================================
--- trunk/libvo/vo_x11.c	(original)
+++ trunk/libvo/vo_x11.c	Sun Nov 23 21:20:51 2008
@@ -12,9 +12,6 @@
 #include <X11/Xlib.h>
 #include <X11/Xutil.h>
 
-#ifdef CONFIG_XF86VM
-#include <X11/extensions/xf86vmode.h>
-#endif
 #include <errno.h>
 
 #include "x11_common.h"



More information about the MPlayer-cvslog mailing list