format-parser: Fix inconsistent use of "char *" vs "char[NUMBER]".
[pspp] / src / language / lexer / format-parser.c
index 2ecd539b8fc1660e75f2a8cda703eb7910becb4b..906d0f327168c5508f16859f46c52c3684987334 100644 (file)
 
 #include <config.h>
 
+#include "language/lexer/format-parser.h"
+
 #include <ctype.h>
 #include <stdint.h>
 #include <stdlib.h>
 
 #include "data/format.h"
 #include "data/variable.h"
-#include "language/lexer/format-parser.h"
 #include "language/lexer/lexer.h"
 #include "libpspp/message.h"
 #include "libpspp/misc.h"