diff procedures.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 42c078b19e9a
line wrap: on
line diff
--- a/procedures.cpp	Tue Oct 05 10:45:57 2010 +0100
+++ b/procedures.cpp	Tue Oct 05 11:04:40 2010 +0100
@@ -1,11 +1,11 @@
 //---------------------------------------------------------------------------
 
 #include <math.h>
-#include <mem.h>
+#include <string.h>
 #include "procedures.h"
 #include "matrix.h"
 #include "opt.h"
-#include "SinEst.h"
+#include "sinest.h"
 
 //---------------------------------------------------------------------------
 //TGMM methods