From d71545d50ad39c65f540cbe7fdf22c1a09fd95bf Mon Sep 17 00:00:00 2001 From: dcommander Date: Mon, 6 Sep 2010 17:37:12 +0000 Subject: Remove simd/ prefix from #include (not necessary and was causing problems with Visual Studio project) git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@228 632fc199-4ca6-4c93-a231-07263d6284db --- simd/jsimd_x86_64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'simd') diff --git a/simd/jsimd_x86_64.c b/simd/jsimd_x86_64.c index 9261007..4bff6c2 100644 --- a/simd/jsimd_x86_64.c +++ b/simd/jsimd_x86_64.c @@ -18,7 +18,7 @@ #include "../jsimd.h" #include "../jdct.h" #include "../jsimddct.h" -#include "simd/jsimd.h" +#include "jsimd.h" /* * In the PIC cases, we have no guarantee that constants will keep -- cgit v1.2.3