From a12368752a9c9448443136974cd12e9903e36d04 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: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@228 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- trunk/simd/jsimd_x86_64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trunk/simd') diff --git a/trunk/simd/jsimd_x86_64.c b/trunk/simd/jsimd_x86_64.c index 9261007..4bff6c2 100644 --- a/trunk/simd/jsimd_x86_64.c +++ b/trunk/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