From 3f8b7e1f76723ac7cfff490ed86607d6970fd4db Mon Sep 17 00:00:00 2001 From: tb Date: Fri, 15 Dec 2023 08:22:08 +0000 Subject: [PATCH] Clean up includes --- lib/libcrypto/asn1/ameth_lib.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/lib/libcrypto/asn1/ameth_lib.c b/lib/libcrypto/asn1/ameth_lib.c index 9b4796a161c..5ae195a10bd 100644 --- a/lib/libcrypto/asn1/ameth_lib.c +++ b/lib/libcrypto/asn1/ameth_lib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ameth_lib.c,v 1.35 2023/12/15 08:16:54 tb Exp $ */ +/* $OpenBSD: ameth_lib.c,v 1.36 2023/12/15 08:22:08 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2006. */ @@ -56,14 +56,12 @@ * */ -#include +#include #include +#include -#include - -#include #include -#include +#include #include "asn1_local.h" #include "evp_local.h" -- 2.20.1