Continue reforming procedure execution. In this phase, move
[pspp-builds.git] / src / language / xforms / sample.c
index 830c981e703aeef1513d27dbf6989aafff2f98fd..41b47f869d34bceecfa24f1299a6f9d6cd4674c9 100644 (file)
@@ -24,6 +24,7 @@
 #include <stdio.h>
 #include <math.h>
 
+#include <data/procedure.h>
 #include <data/variable.h>
 #include <language/command.h>
 #include <language/lexer/lexer.h>
@@ -32,7 +33,6 @@
 #include <libpspp/message.h>
 #include <libpspp/str.h>
 #include <math/random.h>
-#include <procedure.h>
 
 #include "gettext.h"
 #define _(msgid) gettext (msgid)