mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
LibCrypto: Remove unused header in DER
This commit is contained in:
committed by
Jelle Raaijmakers
parent
7e9249241b
commit
09d71f38b4
Notes:
github-actions[bot]
2026-02-23 11:19:56 +00:00
Author: https://github.com/BenWiederhake Commit: https://github.com/LadybirdBrowser/ladybird/commit/09d71f38b44 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8087 Reviewed-by: https://github.com/gmta ✅
@@ -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>
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <AK/BitmapView.h>
|
||||
#include <AK/Types.h>
|
||||
#include <LibCrypto/ASN1/ASN1.h>
|
||||
#include <LibCrypto/BigInt/UnsignedBigInteger.h>
|
||||
|
||||
Reference in New Issue
Block a user