From: Jason Stover Date: Mon, 3 Aug 2009 15:26:56 +0000 (-0400) Subject: Cruft removal X-Git-Tag: build37~17 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=c2f0df181038fe9975d642096e65ea48ca491acd Cruft removal --- diff --git a/src/math/interaction.c b/src/math/interaction.c index f2831d27..7fc9f0f6 100644 --- a/src/math/interaction.c +++ b/src/math/interaction.c @@ -15,7 +15,7 @@ along with this program. If not, see . */ /* - An interaction is a gsl_vector containing a "product" of other + An interaction is a structure containing a "product" of other variables. The variables can be either categorical or numeric. If the variables are all numeric, the interaction is just the scalar product. If any of the variables are categorical, their @@ -31,10 +31,9 @@ #include #include -#include -#include #include #include +#include #include #include #include