Rename procedure.[ch] to dataset.[ch].
[pspp-builds.git] / src / language / stats / chisquare.c
index ed91013e54d29076db3c4a4866a6c1f60afdf737..10d81132715552b7ccaad1d96ad2587cf20988ac 100644 (file)
 #include <math.h>
 #include <stdlib.h>
 
-#include "data/format.h"
 #include "data/case.h"
 #include "data/casereader.h"
+#include "data/dataset.h"
 #include "data/dictionary.h"
-#include "data/procedure.h"
+#include "data/format.h"
 #include "data/value-labels.h"
 #include "data/variable.h"
 #include "language/stats/freq.h"