X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Flevene.c;h=13fad93e52107ebe5a16ca826fbbedb06dbf8928;hb=81579d9e9f994fb2908f50af41c3eb033d216e58;hp=d93673b8c9e7e4c6c60e34639686814baa6f3fb2;hpb=b5cebf00d5edaada965b3dc75c745942d9483059;p=pspp-builds.git diff --git a/src/math/levene.c b/src/math/levene.c index d93673b8..13fad93e 100644 --- a/src/math/levene.c +++ b/src/math/levene.c @@ -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 @@ -16,18 +16,15 @@ #include -#include "levene.h" +#include "math/levene.h" #include -#include - -#include -#include -#include - - -#include +#include "data/case.h" +#include "data/casereader.h" +#include "data/variable.h" +#include "libpspp/hmap.h" +#include "libpspp/misc.h" struct lev {