summaryrefslogtreecommitdiff
path: root/common/base32.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/base32.c')
-rw-r--r--common/base32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/base32.c b/common/base32.c
index fc3fe3c8ae..e5c30c4d6f 100644
--- a/common/base32.c
+++ b/common/base32.c
@@ -5,8 +5,8 @@
/* Base-32 encoding/decoding */
-#include "common.h"
#include "base32.h"
+#include "common.h"
#include "util.h"
static const unsigned char crc5_table1[] = { 0x00, 0x0E, 0x1C, 0x12, 0x11, 0x1F,