xalloc.h-instead-of-alloc.h.patch from patch #6230.
[pspp-builds.git] / src / math / factor-stats.c
index 836fba985460350cbb30a8387d14cdade1b898c0..1b91e84eb717296c5bbf1e57fe1477ab52f1b207 100644 (file)
@@ -19,7 +19,6 @@
 #include <data/value.h>
 #include <libpspp/hash.h>
 #include <libpspp/array.h>
-#include <libpspp/alloc.h>
 #include "moments.h"
 #include "percentiles.h"
 
@@ -29,6 +28,7 @@
 #include <assert.h>
 #include "histogram.h"
 
+#include "xalloc.h"
 
 void
 metrics_precalc(struct metrics *m)