fix(algc): threads.h was included in sha2.c for some reason

This commit is contained in:
cscherr 2025-07-31 16:48:01 +02:00
parent cf3bc785ab
commit 92cdf6af78
Signed by: cscherrNT
GPG key ID: 8E2B45BC51A27EA7

View file

@ -3,7 +3,6 @@
#include <stddef.h> #include <stddef.h>
#include <stdint.h> #include <stdint.h>
#include <stdio.h> #include <stdio.h>
#include <threads.h>
#ifdef TEST #ifdef TEST
// if you want to get the internals of sha2 printed, uncomment the line below // if you want to get the internals of sha2 printed, uncomment the line below