Move var_set and variable parsing declarations into new header.
[pspp-builds.git] / src / language / dictionary / variable-display.c
index ef43c5313e4aed91b860648a8233331f780f5ab1..4d13514e93fc1ece9c6d32ad9a2ee0482ba45aaf 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/alloc.h>
 #include <libpspp/message.h>
 #include <libpspp/str.h>