From 4fc6b89d87eb1c1114596f084c66c107fd9cc80e Mon Sep 17 00:00:00 2001 From: kYc0o Date: Wed, 4 Jan 2017 16:35:44 +0100 Subject: [PATCH] sys/hashes/sha256: remove unnecessary include --- sys/hashes/sha256.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/hashes/sha256.c b/sys/hashes/sha256.c index da1f1f9dd6..6338842d12 100644 --- a/sys/hashes/sha256.c +++ b/sys/hashes/sha256.c @@ -47,7 +47,6 @@ #include #include "hashes/sha256.h" -#include "board.h" #ifdef __BIG_ENDIAN__ /* Copy a vector of big-endian uint32_t into a vector of bytes */