summaryrefslogtreecommitdiff
path: root/test/sha256.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/sha256.c')
-rw-r--r--test/sha256.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sha256.c b/test/sha256.c
index 0387d23175..4b5326d189 100644
--- a/test/sha256.c
+++ b/test/sha256.c
@@ -5,8 +5,8 @@
* Tests SHA256 implementation.
*/
-#include "common.h"
#include "console.h"
+#include "common.h"
#include "sha256.h"
#include "test_util.h"
#include "util.h"