Changed include paths to be explicitly specified in the #include directive.
[pspp-builds.git] / src / data / value-labels.c
index dc18a707f6b9c4274aefe3b9fad5f0ef2ed14f3f..1e83463c2aace69581aeecc494dfec8d34ad6e51 100644 (file)
 
 #include <config.h>
 #include "value-labels.h"
-#include "message.h"
+#include <libpspp/message.h>
 #include <stdlib.h>
-#include "alloc.h"
-#include "compiler.h"
-#include "hash.h"
-#include "str.h"
+#include <libpspp/alloc.h>
+#include <libpspp/compiler.h>
+#include <libpspp/hash.h>
+#include <libpspp/str.h>
 
 static hsh_compare_func compare_int_val_lab;
 static hsh_hash_func hash_int_val_lab;