X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Flevene.h;h=886d3a36535ff7b831f41ca88cc9954ce0f06628;hb=aacb81b15f6b8b34def3ef7b76c7d069a64bc5d8;hp=edbcd80e3fbe1d17b8b6a639e421eda26a8362aa;hpb=dcf9b154cbcaa35c3d8459a201b77eec8bcb30bd;p=pspp-builds.git diff --git a/src/math/levene.h b/src/math/levene.h index edbcd80e..886d3a36 100644 --- a/src/math/levene.h +++ b/src/math/levene.h @@ -23,8 +23,8 @@ #define levene_h 1 -#include "variable.h" -#include "casefile.h" +#include +#include /* What to do with missing values */ enum lev_missing { LEV_ANALYSIS, LEV_LISTWISE };