moved knowledge of pspp_linreg_cache out of pspp_coeff_init
[pspp] / src / language / dictionary / formats.c
index 2d5e1c354dfadbbae4d9f9a0a4898426d3083757..7b01b2b889b37385b203e5777ffe43aaa8f3be85 100644 (file)
 #include <stdio.h>
 #include <stdlib.h>
 
-#include <procedure.h>
+#include <data/procedure.h>
 #include <data/variable.h>
 #include <language/command.h>
 #include <language/lexer/lexer.h>
+#include <language/lexer/variable-parser.h>
 #include <libpspp/message.h>
 #include <libpspp/misc.h>
 #include <libpspp/str.h>