xalloc.h-instead-of-alloc.h.patch from patch #6230.
[pspp-builds.git] / src / math / levene.c
index 4a9f130734dcceb18988182ea02b777983b77cb4..3f8ddb29bd0b3c76d524da12c3f273643acfe0ec 100644 (file)
 #include <libpspp/str.h>
 #include <data/variable.h>
 #include <data/procedure.h>
-#include <libpspp/alloc.h>
 #include <libpspp/misc.h>
 #include "group.h"
 
 #include <math.h>
 #include <stdlib.h>
 
+#include "xalloc.h"
+
 
 /* This module calculates the Levene statistic for variables.