[MPlayer-cvslog] r23392 - in trunk/gui/mplayer: common.c sw.c

reimar subversion at mplayerhq.hu
Sun May 27 22:40:04 CEST 2007


Author: reimar
Date: Sun May 27 22:40:04 2007
New Revision: 23392

Log:
Remove two useless fastmemcpy.h includes in gui code.


Modified:
   trunk/gui/mplayer/common.c
   trunk/gui/mplayer/sw.c

Modified: trunk/gui/mplayer/common.c
==============================================================================
--- trunk/gui/mplayer/common.c	(original)
+++ trunk/gui/mplayer/common.c	Sun May 27 22:40:04 2007
@@ -16,7 +16,6 @@
 #include "../config.h"
 #include "../help_mp.h"
 #include "../libvo/x11_common.h"
-#include "../libvo/fastmemcpy.h"
 
 #include "../stream/stream.h"
 #include "../mixer.h"

Modified: trunk/gui/mplayer/sw.c
==============================================================================
--- trunk/gui/mplayer/sw.c	(original)
+++ trunk/gui/mplayer/sw.c	Sun May 27 22:40:04 2007
@@ -6,7 +6,6 @@
 
 #include "../config.h"
 #include "../libvo/x11_common.h"
-#include "../libvo/fastmemcpy.h"
 
 #include "gmplayer.h"
 #include "app.h"



More information about the MPlayer-cvslog mailing list