X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fdata%2Fvalue-labels.c;h=1e83463c2aace69581aeecc494dfec8d34ad6e51;hb=985c40f2a83588b25f0e6fe7f7d82863c5d34d43;hp=dc18a707f6b9c4274aefe3b9fad5f0ef2ed14f3f;hpb=2322678e8fddbbf158b01b2720db2636404bba3b;p=pspp-builds.git diff --git a/src/data/value-labels.c b/src/data/value-labels.c index dc18a707..1e83463c 100644 --- a/src/data/value-labels.c +++ b/src/data/value-labels.c @@ -19,12 +19,12 @@ #include #include "value-labels.h" -#include "message.h" +#include #include -#include "alloc.h" -#include "compiler.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;