X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fgroup.c;h=6f86f87d61659800343a38ba090bf8d6472ddbe3;hb=81579d9e9f994fb2908f50af41c3eb033d216e58;hp=fabd4db289b42a46eab8368b35d82fd3ea532bb6;hpb=12212dfd8afc14405274703b511c32d362ec0ab5;p=pspp-builds.git diff --git a/src/math/group.c b/src/math/group.c index fabd4db2..6f86f87d 100644 --- a/src/math/group.c +++ b/src/math/group.c @@ -15,16 +15,19 @@ along with this program. If not, see . */ #include + +#include "math/group.h" + #include -#include -#include -#include "group.h" -#include "group-proc.h" -#include -#include -#include - -#include "xalloc.h" + +#include "data/variable.h" +#include "libpspp/compiler.h" +#include "libpspp/hash.h" +#include "libpspp/misc.h" +#include "libpspp/str.h" +#include "math/group-proc.h" + +#include "gl/xalloc.h" void free_group (struct group_statistics *v, void *aux UNUSED)