summaryrefslogtreecommitdiffstats
path: root/TOOLS/fastmemcpybench.c
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS/fastmemcpybench.c')
-rw-r--r--TOOLS/fastmemcpybench.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/TOOLS/fastmemcpybench.c b/TOOLS/fastmemcpybench.c
index 82a89f0454..e85862b5d6 100644
--- a/TOOLS/fastmemcpybench.c
+++ b/TOOLS/fastmemcpybench.c
@@ -17,14 +17,14 @@
#include <sys/time.h>
#include <inttypes.h>
-#include "../libvo/fastmemcpy.h"
+#include "libvo/fastmemcpy.h"
//#define ARR_SIZE 100000
#define ARR_SIZE (1024*768*2)
#ifdef HAVE_MGA
-#include "../drivers/mga_vid.h"
+#include "drivers/mga_vid.h"
static int mga_next_frame=0;