Fix header ordering.
[pspp] / src / language / stats / correlations.q
index 59f06e48d08ac9ed42df89069512d36d102643a2..cf2300676823c886f6db2ebd84def0039a69094e 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/data-io/file-handle.h>
+#include <language/command.h>
+#include <language/lexer/lexer.h>
+#include <data/variable.h>
 /* (headers) */
 
-#include "debug-print.h"
-
 struct cor_set
   {
     struct cor_set *next;