diff hs.h @ 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.h	Tue Oct 05 10:45:57 2010 +0100
+++ b/hs.h	Tue Oct 05 11:04:40 2010 +0100
@@ -8,12 +8,12 @@
 */
 
 //---------------------------------------------------------------------------
-#include <mem.h>
+#include <string.h>
 #include "arrayalloc.h"
 #include "align8.h"
 #include "fft.h"
-#include "QuickSpec.h"
-#include "TStream.h"
+#include "quickspec.h"
+#include "tstream.h"
 
 #define ATOM_LOCALANCHOR 1
 #define HS_CONSTF 1