Oops, moved kiss_fft.c to the correct directory.

This commit is contained in:
casey langen 2016-11-28 23:30:56 -08:00
parent 803323678e
commit 232d2c4b0d
3 changed files with 3 additions and 3 deletions

View File

@ -84,7 +84,7 @@
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="include\kiss_fft.c" />
<ClCompile Include="src\kiss_fft.c" />
<ClCompile Include="src\sqlite\sqlite3.c">
<WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Level1</WarningLevel>
</ClCompile>

View File

@ -25,7 +25,7 @@
<ClCompile Include="src\wcwidth.c">
<Filter>src</Filter>
</ClCompile>
<ClCompile Include="include\kiss_fft.c">
<ClCompile Include="src\kiss_fft.c">
<Filter>src</Filter>
</ClCompile>
</ItemGroup>

View File

@ -13,7 +13,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
*/
#include "_kiss_fft_guts.h"
#include <_kiss_fft_guts.h>
/* The guts header contains all the multiplication and addition macros that are defined for
fixed or floating point complex numbers. It also delares the kf_ internal functions.
*/