comparison gui/mplayer/common.c @ 23374:8b61dc798f48

Remove two useless fastmemcpy.h includes in gui code.
author reimar
date Sun, 27 May 2007 20:40:04 +0000
parents 22d3d12c6dfb
children 9fb716ab06a3
comparison
equal deleted inserted replaced
23373:f8d4f8eff72b 23374:8b61dc798f48
14 #include "wm/ws.h" 14 #include "wm/ws.h"
15 15
16 #include "../config.h" 16 #include "../config.h"
17 #include "../help_mp.h" 17 #include "../help_mp.h"
18 #include "../libvo/x11_common.h" 18 #include "../libvo/x11_common.h"
19 #include "../libvo/fastmemcpy.h"
20 19
21 #include "../stream/stream.h" 20 #include "../stream/stream.h"
22 #include "../mixer.h" 21 #include "../mixer.h"
23 #include "../libvo/sub.h" 22 #include "../libvo/sub.h"
24 23