Changed include paths to be explicitly specified in the #include directive.
[pspp-builds.git] / src / language / dictionary / variable-display.c
index b7dd8126c25a157a632ce71d363b96c12a32c6d5..c1b6e1e7b847a29f447cac84ab50864666649d37 100644 (file)
 #include <config.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include "alloc.h"
-#include "command.h"
-#include "message.h"
-#include "lexer.h"
-#include "str.h"
-#include "variable.h"
-
-#include "debug-print.h"
+#include <libpspp/alloc.h>
+#include <language/command.h>
+#include <libpspp/message.h>
+#include <language/lexer/lexer.h>
+#include <libpspp/str.h>
+#include <data/variable.h>
+
+#include <libpspp/debug-print.h>
 
 /* Set variables' alignment
    This is the alignment for GUI display only.