Include header file being tested immediately after config.h.
[pspp] / tests / test-argv-iter.c
index eef30148e33fabac18f2825cdfd36f2db68d778a..fffa425c7f63790bb855c3a9317473ff393849f8 100644 (file)
@@ -17,6 +17,9 @@
 /* Written by Jim Meyering.  */
 
 #include <config.h>
+
+#include "argv-iter.h"
+
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
@@ -35,8 +38,6 @@
     }                                                                        \
   while (0)
 
-#include "argv-iter.h"
-
 static FILE *
 write_nul_delimited_argv (char **argv)
 {