LibCrypto: Remove unused header in DER

This commit is contained in:
Ben Wiederhake
2026-02-21 14:17:47 +01:00
committed by Jelle Raaijmakers
parent 7e9249241b
commit 09d71f38b4
Notes: github-actions[bot] 2026-02-23 11:19:56 +00:00
2 changed files with 1 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <AK/BitmapView.h>
#include <AK/IntegralMath.h>
#include <AK/Math.h>
#include <AK/Stream.h>

View File

@@ -6,7 +6,6 @@
#pragma once
#include <AK/BitmapView.h>
#include <AK/Types.h>
#include <LibCrypto/ASN1/ASN1.h>
#include <LibCrypto/BigInt/UnsignedBigInteger.h>