Changed include paths to be explicitly specified in the #include directive.
[pspp-builds.git] / src / math / linreg / linreg.c
index e7e3a001d21ebd32ca7b9e680104b4322158a734..08d620b8c271d4a90290577dffe507365a3660a7 100644 (file)
   Springer. 1998. ISBN 0-387-98542-5.
 */
 
-#include "linreg.h"
-#include "coefficient.h"
-#include "sweep.h"
+#include <math/linreg/linreg.h>
+#include <math/linreg/coefficient.h>
 #include <gsl/gsl_errno.h>
+#include <linreg/sweep.h>
 /*
   Get the mean and standard deviation of a vector
   of doubles via a form of the Kalman filter as