Move var_set and variable parsing declarations into new header.
[pspp-builds.git] / src / language / stats / correlations.q
index db1b65be9b4379c5f6388c7508a7fc13dbbdb59c..f998e1df1a16a1feb1694b2d3f156ec4d0a6979f 100644 (file)
    02110-1301, USA. */
 
 #include <config.h>
+
 #include <stdlib.h>
-#include "alloc.h"
-#include "dictionary.h"
-#include "file-handle-def.h"
-#include "command.h"
-#include "lexer.h"
-#include "variable.h"
-/* (headers) */
 
-#include "debug-print.h"
+#include <data/dictionary.h>
+#include <data/file-handle-def.h>
+#include <data/procedure.h>
+#include <data/variable.h>
+#include <language/command.h>
+#include <language/data-io/file-handle.h>
+#include <language/lexer/lexer.h>
+#include <language/lexer/variable-parser.h>
+#include <libpspp/alloc.h>
+#include <libpspp/compiler.h>
+
+/* (headers) */
 
 struct cor_set
   {