From: DRC Date: Mon, 6 Sep 2010 17:37:12 +0000 (+0000) Subject: Remove simd/ prefix from #include (not necessary and was causing problems with Visual... X-Git-Tag: 1.0.1~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c06073a94954788212fc23f699a96132f0d3d201;p=libjpeg-turbo Remove simd/ prefix from #include (not necessary and was causing problems with Visual Studio project) git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@228 632fc199-4ca6-4c93-a231-07263d6284db --- 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