Changed include paths to be explicitly specified in the #include directive.
[pspp-builds.git] / src / data / variable.c
index 30ef24caa6ddf7cb772f158903a98d50cf0549fd..78f0cb443acf2387e5cad42fa07444b71212c2ee 100644 (file)
 
 #include <config.h>
 #include "variable.h"
-#include "message.h"
+#include <libpspp/message.h>
 #include <stdlib.h>
-#include "alloc.h"
-#include "compiler.h"
+#include <libpspp/alloc.h>
+#include <libpspp/compiler.h>
 #include "dictionary.h"
-#include "hash.h"
+#include <libpspp/hash.h>
 #include "identifier.h"
-#include "misc.h"
-#include "str.h"
+#include <libpspp/misc.h>
+#include <libpspp/str.h>
 #include "value-labels.h"
 
 #include "gettext.h"