Continue reforming procedure execution. In this phase, get rid of
[pspp-builds.git] / src / language / dictionary / split-file.c
index 4239ac33325e4ae31434c457205a36e7099a34e4..149523d36df741f0fcbf013496622624b51207f4 100644 (file)
    02110-1301, USA. */
 
 #include <config.h>
+
 #include <stdlib.h>
-#include <libpspp/alloc.h>
-#include <language/command.h>
+
 #include <data/dictionary.h>
-#include <libpspp/message.h>
+#include <procedure.h>
+#include <data/variable.h>
+#include <language/command.h>
 #include <language/lexer/lexer.h>
+#include <libpspp/alloc.h>
+#include <libpspp/message.h>
 #include <libpspp/str.h>
-#include <data/variable.h>
 
 int
 cmd_split_file (void)