Changed include paths to be explicitly specified in the #include directive.
[pspp-builds.git] / src / language / dictionary / apply-dictionary.c
index 0cf66e2d09452c38bb20bfb940bccbb62971b143..00025ead43b1793d118417c4e603ac7ecb48674d 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 <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"
+#include <libpspp/debug-print.h>
 
 /* Parses and executes APPLY DICTIONARY. */
 int