From: Jason Stover <jhs@math.gcsu.edu>
Date: Fri, 19 May 2006 20:06:47 +0000 (+0000)
Subject: updated include path of coefficient.h
X-Git-Tag: v0.6.0~842
X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8266aff290c15d0bfc89f054582451070562c5f3;p=pspp-builds.git

updated include path of coefficient.h
---

diff --git a/src/language/stats/regression.q b/src/language/stats/regression.q
index 9c3d1457..3f41e16a 100644
--- a/src/language/stats/regression.q
+++ b/src/language/stats/regression.q
@@ -44,7 +44,7 @@
 #include <libpspp/compiler.h>
 #include <libpspp/message.h>
 #include <math/design-matrix.h>
-#include <math/linreg/coefficient.h>
+#include <math/coefficient.h>
 #include <math/linreg/linreg.h>
 #include <output/table.h>