# HG changeset patch # User reimar # Date 1180298404 0 # Node ID 8b61dc798f482536df8bd4aa5d56115c661df35d # Parent f8d4f8eff72b39b9baa8ee0f1d23ed51099cfdfe Remove two useless fastmemcpy.h includes in gui code. diff -r f8d4f8eff72b -r 8b61dc798f48 gui/mplayer/common.c --- 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" diff -r f8d4f8eff72b -r 8b61dc798f48 gui/mplayer/sw.c --- 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"