Continue reforming procedure execution. In this phase, move
[pspp-builds.git] / src / language / stats / aggregate.c
index e51a5a6a13724cea3a1a85357a46ffbc6e895c8a..aa289716f5a6aaaabf26a7d7ec45b38ff7434ec9 100644 (file)
@@ -27,7 +27,7 @@
 #include <data/casefile.h>
 #include <data/dictionary.h>
 #include <data/file-handle-def.h>
-#include <procedure.h>
+#include <data/procedure.h>
 #include <data/settings.h>
 #include <data/storage-stream.h>
 #include <data/sys-file-writer.h>
@@ -44,7 +44,6 @@
 #include <libpspp/str.h>
 #include <math/moments.h>
 #include <math/sort.h>
-#include <procedure.h>
 
 #include "gettext.h"
 #define _(msgid) gettext (msgid)