X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fvalue-labels.c;h=1e83463c2aace69581aeecc494dfec8d34ad6e51;hb=2989bae3e4d22437b6f225385f70423851612a2a;hp=4638bd3fe6038387da8650acce2eff754e5e36c7;hpb=dcf9b154cbcaa35c3d8459a201b77eec8bcb30bd;p=pspp diff --git a/src/data/value-labels.c b/src/data/value-labels.c index 4638bd3fe6..1e83463c2a 100644 --- a/src/data/value-labels.c +++ b/src/data/value-labels.c @@ -19,11 +19,12 @@ #include #include "value-labels.h" -#include "message.h" +#include #include -#include "alloc.h" -#include "hash.h" -#include "str.h" +#include +#include +#include +#include static hsh_compare_func compare_int_val_lab; static hsh_hash_func hash_int_val_lab;