Get rid of src/libpspp/debug-print.h and all its users. (There were
[pspp-builds.git] / src / language / dictionary / formats.c
index 9e62d9930b9d7b3c21efa82cc5c920b3e80c9569..79a6711ea3a3534eb2157a453678825eca9875a7 100644 (file)
 #include <limits.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include "command.h"
-#include "message.h"
-#include "lexer.h"
-#include "misc.h"
-#include "str.h"
-#include "variable.h"
+#include <language/command.h>
+#include <libpspp/message.h>
+#include <language/lexer/lexer.h>
+#include <libpspp/misc.h>
+#include <libpspp/str.h>
+#include <data/variable.h>
 
 #include "gettext.h"
 #define _(msgid) gettext (msgid)
 
-#include "debug-print.h"
-
 enum
   {
     FORMATS_PRINT = 001,