xalloc.h-instead-of-alloc.h.patch from patch #6230.
[pspp-builds.git] / src / math / interaction.c
index 2d670b2dc726ff98656dd9fbd967a9bfd96d04d3..c8ead42912f17787dc4c01e8e46ced248e255a59 100644 (file)
 
 #include <config.h>
 #include <assert.h>
-#include <libpspp/alloc.h>
 #include <gsl/gsl_math.h>
 #include <gsl/gsl_vector.h>
 #include <data/category.h>
 #include <data/variable.h>
 #include "interaction.h"
 
+#include "xalloc.h"
+
 /*
   Convert a list of values to a binary vector. The order of VALS must
   correspond to the order of V.