X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fstats%2Fwilcoxon.h;h=d90dc0906c4ad365a4a4d72eda4129edcf76205d;hb=f6c6ee97c412e47eb1c7c30adc224e93b6c1586a;hp=b0f86a2c9062abe99bff257db2f74f36859ef33f;hpb=c3ac5a8af9c449072c7e872ca70a78c1755ae309;p=pspp diff --git a/src/language/stats/wilcoxon.h b/src/language/stats/wilcoxon.h index b0f86a2c90..d90dc0906c 100644 --- a/src/language/stats/wilcoxon.h +++ b/src/language/stats/wilcoxon.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2008 Free Software Foundation, Inc. + Copyright (C) 2008, 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,9 @@ #include #include -#include -#include +#include "data/case.h" +#include "language/stats/npar.h" struct rank_sum { @@ -58,7 +58,7 @@ void wilcoxon_execute (const struct dataset *ds, const struct npar_test *test, bool exact, double timer - ); + );