X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fstats%2Fbinomial.c;h=3287509c982c3398dcee96a0e17eea4ea21b929d;hb=c83f5c5360ea8b67ae4fd81c35ae606724aa0da9;hp=b92018fdb400e9fe88d72ec93eed6d04d40d9bbe;hpb=f550aee00a62fe1d8baf62d83cd7efef6cc2ee92;p=pspp-builds.git diff --git a/src/language/stats/binomial.c b/src/language/stats/binomial.c index b92018fd..3287509c 100644 --- a/src/language/stats/binomial.c +++ b/src/language/stats/binomial.c @@ -45,8 +45,6 @@ #include -#include - static double calculate_binomial_internal (double n1, double n2, double p);