1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #6288 from kYc0o/remove_hash_include

sys/hashes/sha256: remove unnecessary include
This commit is contained in:
Oleg Hahm 2017-01-04 18:05:41 +01:00 committed by GitHub
commit 06b561f530

View File

@ -47,7 +47,6 @@
#include <assert.h> #include <assert.h>
#include "hashes/sha256.h" #include "hashes/sha256.h"
#include "board.h"
#ifdef __BIG_ENDIAN__ #ifdef __BIG_ENDIAN__
/* Copy a vector of big-endian uint32_t into a vector of bytes */ /* Copy a vector of big-endian uint32_t into a vector of bytes */