Rename procedure.[ch] to dataset.[ch].
[pspp-builds.git] / src / language / stats / friedman.c
index d853bd3907f299aa13829825364ab1384c1bcc6b..5ef3083f62f183920c4aaf2409e60ec4471c5dcc 100644 (file)
@@ -23,9 +23,9 @@
 #include <math.h>
 
 #include "data/casereader.h"
+#include "data/dataset.h"
 #include "data/dictionary.h"
 #include "data/format.h"
-#include "data/procedure.h"
 #include "data/variable.h"
 #include "libpspp/message.h"
 #include "libpspp/misc.h"