Changed include paths to be explicitly specified in the #include directive.
[pspp-builds.git] / src / language / stats / correlations.q
index 59f06e48d08ac9ed42df89069512d36d102643a2..10818591e521ee31b1f63c57101218db9679668c 100644 (file)
 
 #include <config.h>
 #include <stdlib.h>
-#include "alloc.h"
-#include "compiler.h"
-#include "dictionary.h"
-#include "file-handle-def.h"
-#include "command.h"
-#include "lexer.h"
-#include "variable.h"
+#include <libpspp/alloc.h>
+#include <libpspp/compiler.h>
+#include <data/dictionary.h>
+#include <data/file-handle-def.h>
+#include <language/command.h>
+#include <language/lexer/lexer.h>
+#include <data/variable.h>
 /* (headers) */
 
-#include "debug-print.h"
+#include <libpspp/debug-print.h>
 
 struct cor_set
   {