X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fstats%2Fkruskal-wallis.h;h=1e16007f376f1a30a74eb31342c41003c66a6478;hb=40fb94bbe38b3e444df7952631ec5fe83f7f1086;hp=6194759dd4a84757c5727c47df63ad96699f897a;hpb=a258e53c63a08b0ec48aea8f03808eb651729424;p=pspp diff --git a/src/language/stats/kruskal-wallis.h b/src/language/stats/kruskal-wallis.h index 6194759dd4..1e16007f37 100644 --- a/src/language/stats/kruskal-wallis.h +++ b/src/language/stats/kruskal-wallis.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2010 Free Software Foundation, Inc. + Copyright (C) 2010, 2011 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,9 +19,8 @@ #include #include -#include -#include - +#include "data/case.h" +#include "language/stats/npar.h" struct kruskal_wallis_test { @@ -37,6 +36,6 @@ void kruskal_wallis_execute (const struct dataset *ds, const struct npar_test *test, bool exact, double timer - ); + ); #endif