added scale update to innovations algorithm
[pspp-builds.git] / src / math / factor-stats.h
index 6fa8650b261c31425b2ebd420f23bdf747e718b1..720ea017b5453a0a75354a072f28ddb14db283e7 100644 (file)
@@ -25,8 +25,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 /* FIXME: These things should probably be amalgamated with the 
    group_statistics struct */
 
-#include "hash.h"
-#include "value.h"
+#include <libpspp/hash.h>
+#include <data/value.h>
 #include <string.h>
 #include <gsl/gsl_histogram.h>
 #include "percentiles.h"