Mercurial > hg > x
comparison hs.cpp @ 2:fc19d45615d1
* Make all file names lower-case to avoid case ambiguity
(some includes differed in case from the filenames they were
trying to include). Also replace MinGW-specific mem.h with
string.h
author | Chris Cannam |
---|---|
date | Tue, 05 Oct 2010 11:04:40 +0100 |
parents | 6422640a802f |
children | 5f3c32dc6e17 |
comparison
equal
deleted
inserted
replaced
1:6422640a802f | 2:fc19d45615d1 |
---|---|
2 #include <math.h> | 2 #include <math.h> |
3 #include "hs.h" | 3 #include "hs.h" |
4 #include "align8.h" | 4 #include "align8.h" |
5 #include "arrayalloc.h" | 5 #include "arrayalloc.h" |
6 #include "procedures.h" | 6 #include "procedures.h" |
7 #include "SinEst.h" | 7 #include "sinest.h" |
8 #include "SinSyn.h" | 8 #include "sinsyn.h" |
9 #include "splines.h" | 9 #include "splines.h" |
10 #include "xcomplex.h" | 10 #include "xcomplex.h" |
11 #ifdef I | 11 #ifdef I |
12 #undef I | 12 #undef I |
13 #endif | 13 #endif |