Changed include paths to be explicitly specified in the #include directive.
[pspp-builds.git] / src / language / dictionary / rename-variables.c
index 1c20c6a643519f12a9e684de1185a07c94969f9c..9ba6630281877fd779f8f43898bed72da42f399f 100644 (file)
 
 #include <config.h>
 #include <stdlib.h>
-#include "message.h"
-#include "alloc.h"
-#include "command.h"
-#include "dictionary.h"
-#include "message.h"
-#include "hash.h"
-#include "lexer.h"
-#include "str.h"
-#include "variable.h"
+#include <libpspp/message.h>
+#include <libpspp/alloc.h>
+#include <language/command.h>
+#include <data/dictionary.h>
+#include <libpspp/message.h>
+#include <libpspp/hash.h>
+#include <language/lexer/lexer.h>
+#include <libpspp/str.h>
+#include <data/variable.h>
 
 #include "gettext.h"
 #define _(msgid) gettext (msgid)