Implemented the paired samples t test dialog. Closes patch #6378
[pspp-builds.git] / src / math / design-matrix.c
index 86d19f688a8094bb3e4966c4cbce8118a20b07fa..298d03357b7208e66392c0b15bec0eb9e0f0146b 100644 (file)
@@ -26,7 +26,6 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include <libpspp/alloc.h>
 #include <libpspp/message.h>
 #include <data/variable.h>
 #include <data/category.h>
@@ -36,6 +35,8 @@
 #include <gsl/gsl_vector.h>
 #include <gsl/gsl_matrix.h>
 
+#include "xalloc.h"
+
 #define DM_COLUMN_NOT_FOUND -1
 #define DM_INDEX_NOT_FOUND -3