Added simple queueing to message dialogs.
[pspp-builds.git] / src / data / value-labels.c
index 4638bd3fe6038387da8650acce2eff754e5e36c7..1e83463c2aace69581aeecc494dfec8d34ad6e51 100644 (file)
 
 #include <config.h>
 #include "value-labels.h"
-#include "message.h"
+#include <libpspp/message.h>
 #include <stdlib.h>
-#include "alloc.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;