xalloc.h-instead-of-alloc.h.patch from patch #6230.
[pspp-builds.git] / src / math / ts / innovations.c
index f69cf89874c530564f7a2182d46915939dd6a19a..3e3be2024711a727e8a382d48841213106c8f03e 100644 (file)
 #include <gsl/gsl_vector.h>
 #include <gsl/gsl_math.h>
 #include <stdlib.h>
-#include <libpspp/alloc.h>
 #include <libpspp/compiler.h>
 #include <math/coefficient.h>
 #include <math/ts/innovations.h>
 
+#include "xalloc.h"
+
 static void
 get_mean (const gsl_matrix *data,
          struct innovations_estimate **est)