From c2f630ceea020e3bd2740d99f48431af3f5e8be6 Mon Sep 17 00:00:00 2001 From: Lucas Gabriel Vuotto Date: Sun, 9 Jun 2024 14:26:31 +0000 Subject: [PATCH] impl: only include lilcrypto.h --- impl_chacha20.h | 3 --- impl_hmac.h | 3 --- impl_poly1305.h | 3 --- impl_sha256.h | 3 --- impl_sha512.h | 3 --- 5 files changed, 15 deletions(-) diff --git a/impl_chacha20.h b/impl_chacha20.h index a207db1..16ecbeb 100644 --- a/impl_chacha20.h +++ b/impl_chacha20.h @@ -14,9 +14,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include -#include - #include "lilcrypto.h" diff --git a/impl_hmac.h b/impl_hmac.h index cded119..a8d74db 100644 --- a/impl_hmac.h +++ b/impl_hmac.h @@ -14,9 +14,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include -#include - #include "lilcrypto.h" diff --git a/impl_poly1305.h b/impl_poly1305.h index 6d2f7ce..6073ef6 100644 --- a/impl_poly1305.h +++ b/impl_poly1305.h @@ -14,9 +14,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include -#include - #include "lilcrypto.h" diff --git a/impl_sha256.h b/impl_sha256.h index c86d096..84c1cd3 100644 --- a/impl_sha256.h +++ b/impl_sha256.h @@ -14,9 +14,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include -#include - #include "lilcrypto.h" diff --git a/impl_sha512.h b/impl_sha512.h index abac4e5..be197aa 100644 --- a/impl_sha512.h +++ b/impl_sha512.h @@ -14,9 +14,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include -#include - #include "lilcrypto.h"