xalloc.h-instead-of-alloc.h.patch from patch #6230.
[pspp-builds.git] / src / math / group.c
index 154e6f882ffd7341693a6590a3932eb990b111ce..13b545f3855399103dc3c52a196c6d2f01c3818a 100644 (file)
@@ -16,7 +16,6 @@
 
 #include <config.h>
 #include <stdlib.h>
-#include <libpspp/alloc.h>
 #include <libpspp/compiler.h>
 #include <libpspp/hash.h>
 #include "group.h"
@@ -25,6 +24,7 @@
 #include <data/variable.h>
 #include <libpspp/misc.h>
 
+#include "xalloc.h"
 
 /* Return -1 if the id of a is less than b; +1 if greater than and
    0 if equal */