Continue reforming procedure execution. In this phase, get rid of
[pspp-builds.git] / src / language / dictionary / formats.c
index c325b4082e40a897980d123217e0fcf4323aa3a9..2d5e1c354dfadbbae4d9f9a0a4898426d3083757 100644 (file)
    02110-1301, USA. */
 
 #include <config.h>
+
 #include <limits.h>
 #include <stdio.h>
 #include <stdlib.h>
+
+#include <procedure.h>
+#include <data/variable.h>
 #include <language/command.h>
-#include <libpspp/message.h>
 #include <language/lexer/lexer.h>
+#include <libpspp/message.h>
 #include <libpspp/misc.h>
 #include <libpspp/str.h>
-#include <data/variable.h>
 
 #include "gettext.h"
 #define _(msgid) gettext (msgid)