diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-05-27 20:40:04 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-05-27 20:40:04 +0000 |
commit | b8dee272f8a2422b7da2a24772f20876fd3bf2b8 (patch) | |
tree | d34c9f82e7f01cb982fce089af2c6624dc713606 | |
parent | 13fa313b556eae85f41f275c653811dbbef5e4e6 (diff) | |
download | mpv-b8dee272f8a2422b7da2a24772f20876fd3bf2b8.tar.bz2 mpv-b8dee272f8a2422b7da2a24772f20876fd3bf2b8.tar.xz |
Remove two useless fastmemcpy.h includes in gui code.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23392 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | gui/mplayer/common.c | 1 | ||||
-rw-r--r-- | gui/mplayer/sw.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/gui/mplayer/common.c b/gui/mplayer/common.c index 5af8b87e29..789163dbc0 100644 --- a/gui/mplayer/common.c +++ b/gui/mplayer/common.c @@ -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 --git a/gui/mplayer/sw.c b/gui/mplayer/sw.c index 0e2116df60..e4b3205d4c 100644 --- a/gui/mplayer/sw.c +++ b/gui/mplayer/sw.c @@ -6,7 +6,6 @@ #include "../config.h" #include "../libvo/x11_common.h" -#include "../libvo/fastmemcpy.h" #include "gmplayer.h" #include "app.h" |