Mercurial > hg > libxtract
comparison src/vector.c @ 259:d383a8c66b5d
Remove unmaintainable relative paths
author | Jamie Bullock <jamie@jamiebullock.com> |
---|---|
date | Fri, 07 Nov 2014 16:11:42 +0000 |
parents | ef80f7c52c6d |
children |
comparison
equal
deleted
inserted
replaced
258:9fecd1eaaec1 | 259:d383a8c66b5d |
---|---|
28 #include <stdlib.h> | 28 #include <stdlib.h> |
29 #include <assert.h> | 29 #include <assert.h> |
30 | 30 |
31 #include "fft.h" | 31 #include "fft.h" |
32 | 32 |
33 #include "../xtract/libxtract.h" | 33 #include "xtract/libxtract.h" |
34 #include "xtract_macros_private.h" | 34 #include "xtract_macros_private.h" |
35 #include "xtract_globals_private.h" | 35 #include "xtract_globals_private.h" |
36 | 36 |
37 #ifndef M_PI | 37 #ifndef M_PI |
38 #define M_PI 3.14159265358979323846264338327 | 38 #define M_PI 3.14159265358979323846264338327 |