updated include path of coefficient.h
authorJason Stover <jhs@math.gcsu.edu>
Fri, 19 May 2006 20:06:47 +0000 (20:06 +0000)
committerJason Stover <jhs@math.gcsu.edu>
Fri, 19 May 2006 20:06:47 +0000 (20:06 +0000)
src/language/stats/regression.q

index 9c3d1457c7e751b3d298341f16c5b2660979d7f6..3f41e16aad3e5e9d489f850100b193ec649219e0 100644 (file)
@@ -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>