From ae477bdf3603d12d0da59a81d2fb03ce27cfa659 Mon Sep 17 00:00:00 2001
From: tb <>
Date: Tue, 14 May 2024 07:39:43 +0000
Subject: x509_ext.c: remove unnecessary includes

---
 src/lib/libcrypto/x509/x509_ext.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

(limited to 'src')

diff --git a/src/lib/libcrypto/x509/x509_ext.c b/src/lib/libcrypto/x509/x509_ext.c
index 6faafc4bf0..f9a311feff 100644
--- a/src/lib/libcrypto/x509/x509_ext.c
+++ b/src/lib/libcrypto/x509/x509_ext.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: x509_ext.c,v 1.17 2024/05/14 07:35:23 tb Exp $ */
+/* $OpenBSD: x509_ext.c,v 1.18 2024/05/14 07:39:43 tb Exp $ */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
@@ -58,10 +58,6 @@
 
 #include <stdio.h>
 
-#include <openssl/asn1.h>
-#include <openssl/evp.h>
-#include <openssl/objects.h>
-#include <openssl/stack.h>
 #include <openssl/x509.h>
 #include <openssl/x509v3.h>
 
-- 
cgit v1.2.3-55-g6feb