Using stdlib.h rather than malloc.h
[snark14.git] / src / snark / fom_weighted_squared_distance.c
index 41577aa1d012d454c002f596b5498fa5ccc2dfc0..d9b031aead2bdb27b68ab4a54b658cdaa1722d3d 100644 (file)
@@ -10,7 +10,7 @@
 
 // Extracts the weighted squared distance as a fom
 #include <assert.h>
-#include "malloc.h"
+#include <stdlib.h>
 #include "experimenter.h"
 #include "read_eval_recon4.h"