summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-27 10:50:58 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-27 10:50:58 +0000
commit2c12e91a23ff7e2593d9982b726a8360e0f41743 (patch)
tree889fa7b724192545d6d63cd8900df47deaea9852 /TOOLS
parentfa364a03dc2d24058e9ab17acee44c9d6a7ada65 (diff)
downloadmpv-2c12e91a23ff7e2593d9982b726a8360e0f41743.tar.bz2
mpv-2c12e91a23ff7e2593d9982b726a8360e0f41743.tar.xz
Remove unused #include.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24231 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/fastmemcpybench.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/TOOLS/fastmemcpybench.c b/TOOLS/fastmemcpybench.c
index fcad1aa7c2..37693c50e7 100644
--- a/TOOLS/fastmemcpybench.c
+++ b/TOOLS/fastmemcpybench.c
@@ -17,8 +17,6 @@
#include <sys/time.h>
#include <inttypes.h>
-#include "libvo/fastmemcpy.h"
-
//#define ARR_SIZE 100000
#define ARR_SIZE (1024*768*2)