Include header file being tested immediately after config.h.
[pspp] / tests / test-base64.c
index c2067284e208ea35067662d4105c0b0939108bfd..2a2a4f522f1efa507104515056f1abd28b9ca873 100644 (file)
@@ -17,6 +17,8 @@
 
 #include <config.h>
 
+#include "base64.h"
+
 #include <stddef.h>
 #include <stdio.h>
 #include <stdbool.h>
@@ -24,8 +26,6 @@
 #include <string.h>
 #include <stdint.h>
 
-#include "base64.h"
-
 #define ASSERT(expr)                                                    \
   do                                                                    \
     {                                                                   \