X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fvalue-labels.c;h=1e83463c2aace69581aeecc494dfec8d34ad6e51;hb=a55b554c0479168ef3e4879fe0fa517f7ca4def7;hp=4638bd3fe6038387da8650acce2eff754e5e36c7;hpb=dcf9b154cbcaa35c3d8459a201b77eec8bcb30bd;p=pspp-builds.git diff --git a/src/data/value-labels.c b/src/data/value-labels.c index 4638bd3f..1e83463c 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;