moved src/math/linreg.[ch] to src/math
[pspp-builds.git] / src / language / stats / glm.q
index e7620a30b4ac2f2377d12af0772ba6b13e491a94..f16eff76117c4e52da57f75baff887271fd32fc0 100644 (file)
 #include <language/dictionary/split-file.h>
 #include <language/data-io/file-handle.h>
 #include <language/lexer/lexer.h>
-#include <libpspp/alloc.h>
 #include <libpspp/compiler.h>
 #include <libpspp/message.h>
 #include <math/design-matrix.h>
 #include <math/coefficient.h>
-#include <math/linreg/linreg.h>
+#include <math/linreg.h>
 #include <math/moments.h>
 #include <output/table.h>
 
+#include "xalloc.h"
 #include "gettext.h"
 
 #define GLM_LARGE_DATA 1000