Get rid of src/libpspp/debug-print.h and all its users. (There were
[pspp-builds.git] / src / language / stats / correlations.q
index db1b65be9b4379c5f6388c7508a7fc13dbbdb59c..cf2300676823c886f6db2ebd84def0039a69094e 100644 (file)
 
 #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"
+#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;