From 59a98bc7f9d507175f551a53bfc0b2081f06e3ba Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 26 Jan 2025 23:02:41 +0100 Subject: [PATCH] shouldn't be required --- src/libsodium/crypto_pwhash/argon2/argon2-core.c | 2 +- src/libsodium/crypto_pwhash/argon2/argon2-encoding.c | 2 +- src/libsodium/crypto_pwhash/argon2/argon2.c | 2 +- src/libsodium/include/sodium/crypto_onetimeauth_poly1305.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/libsodium/crypto_pwhash/argon2/argon2-core.c b/src/libsodium/crypto_pwhash/argon2/argon2-core.c index 51706c1b..984dbc52 100644 --- a/src/libsodium/crypto_pwhash/argon2/argon2-core.c +++ b/src/libsodium/crypto_pwhash/argon2/argon2-core.c @@ -12,8 +12,8 @@ */ #include +#include #include -#include #include #include diff --git a/src/libsodium/crypto_pwhash/argon2/argon2-encoding.c b/src/libsodium/crypto_pwhash/argon2/argon2-encoding.c index 6a80afe0..13f4156c 100644 --- a/src/libsodium/crypto_pwhash/argon2/argon2-encoding.c +++ b/src/libsodium/crypto_pwhash/argon2/argon2-encoding.c @@ -2,7 +2,7 @@ #include "argon2-core.h" #include "utils.h" #include -#include +#include #include #include diff --git a/src/libsodium/crypto_pwhash/argon2/argon2.c b/src/libsodium/crypto_pwhash/argon2/argon2.c index 4d69f117..e67f5efd 100644 --- a/src/libsodium/crypto_pwhash/argon2/argon2.c +++ b/src/libsodium/crypto_pwhash/argon2/argon2.c @@ -12,8 +12,8 @@ */ #include +#include #include -#include #include #include diff --git a/src/libsodium/include/sodium/crypto_onetimeauth_poly1305.h b/src/libsodium/include/sodium/crypto_onetimeauth_poly1305.h index 1565d37a..54e556d1 100644 --- a/src/libsodium/include/sodium/crypto_onetimeauth_poly1305.h +++ b/src/libsodium/include/sodium/crypto_onetimeauth_poly1305.h @@ -1,8 +1,8 @@ #ifndef crypto_onetimeauth_poly1305_H #define crypto_onetimeauth_poly1305_H +#include #include -#include #include #include