changeset 23374:8b61dc798f48

Remove two useless fastmemcpy.h includes in gui code.
author reimar
date Sun, 27 May 2007 20:40:04 +0000
parents f8d4f8eff72b
children 9d86ddbcd217
files gui/mplayer/common.c gui/mplayer/sw.c
diffstat 2 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gui/mplayer/common.c	Sun May 27 20:36:04 2007 +0000
+++ b/gui/mplayer/common.c	Sun May 27 20:40:04 2007 +0000
@@ -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"
--- a/gui/mplayer/sw.c	Sun May 27 20:36:04 2007 +0000
+++ b/gui/mplayer/sw.c	Sun May 27 20:40:04 2007 +0000
@@ -6,7 +6,6 @@
 
 #include "../config.h"
 #include "../libvo/x11_common.h"
-#include "../libvo/fastmemcpy.h"
 
 #include "gmplayer.h"
 #include "app.h"