Get rid of src/libpspp/debug-print.h and all its users. (There were
[pspp-builds.git] / src / language / dictionary / apply-dictionary.c
index 0cf66e2d09452c38bb20bfb940bccbb62971b143..217f0f8928a5a7dedaaa0896cade2edee68432ab 100644 (file)
 
 #include <config.h>
 #include <stdlib.h>
-#include "any-reader.h"
-#include "command.h"
-#include "dictionary.h"
-#include "message.h"
-#include "file-handle-def.h"
-#include "hash.h"
-#include "lexer.h"
-#include "str.h"
-#include "value-labels.h"
-#include "variable.h"
+#include <data/any-reader.h>
+#include <language/command.h>
+#include <data/dictionary.h>
+#include <libpspp/message.h>
+#include <language/data-io/file-handle.h>
+#include <data/file-handle-def.h>
+#include <libpspp/hash.h>
+#include <language/lexer/lexer.h>
+#include <libpspp/str.h>
+#include <data/value-labels.h>
+#include <data/variable.h>
 
 #include "gettext.h"
 #define _(msgid) gettext (msgid)
 
-#include "debug-print.h"
-
 /* Parses and executes APPLY DICTIONARY. */
 int
 cmd_apply_dictionary (void)