Move var_set and variable parsing declarations into new header.
[pspp-builds.git] / src / language / dictionary / numeric.c
index f946e74a4808e61696f4bdcb563fb582904b1ceb..a914b06ac2502012ade383d2c5b5b84fb844f44a 100644 (file)
 #include <stdlib.h>
 
 #include <data/dictionary.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/message.h>
 #include <libpspp/str.h>