Continue reforming procedure execution. In this phase, get rid of
[pspp-builds.git] / src / language / dictionary / apply-dictionary.c
index 0cf66e2d09452c38bb20bfb940bccbb62971b143..87b71eee03ad1599ff87db765a4d8277f0a6f6a3 100644 (file)
    02110-1301, USA. */
 
 #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 <data/dictionary.h>
+#include <data/file-handle-def.h>
+#include <procedure.h>
+#include <data/value-labels.h>
+#include <data/variable.h>
+#include <language/command.h>
+#include <language/data-io/file-handle.h>
+#include <language/lexer/lexer.h>
+#include <libpspp/hash.h>
+#include <libpspp/message.h>
+#include <libpspp/str.h>
 
 #include "gettext.h"
 #define _(msgid) gettext (msgid)
 
-#include "debug-print.h"
-
 /* Parses and executes APPLY DICTIONARY. */
 int
 cmd_apply_dictionary (void)