summaryrefslogtreecommitdiff
path: root/test/base32.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/base32.c')
-rw-r--r--test/base32.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/base32.c b/test/base32.c
index 50b9d994c1..c1ec489ea0 100644
--- a/test/base32.c
+++ b/test/base32.c
@@ -5,13 +5,12 @@
* Test Base-32 encoding/decoding
*/
-#include "base32.h"
+#include <stdio.h>
#include "common.h"
+#include "base32.h"
#include "test_util.h"
#include "util.h"
-#include <stdio.h>
-
DECLARE_EC_TEST(test_crc5)
{
uint32_t seen;