Mercurial > hg > x
diff 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 |
line wrap: on
line diff
--- a/hs.cpp Tue Oct 05 10:45:57 2010 +0100 +++ b/hs.cpp Tue Oct 05 11:04:40 2010 +0100 @@ -4,8 +4,8 @@ #include "align8.h" #include "arrayalloc.h" #include "procedures.h" -#include "SinEst.h" -#include "SinSyn.h" +#include "sinest.h" +#include "sinsyn.h" #include "splines.h" #include "xcomplex.h" #ifdef I