mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
LibCrypto: Remove unused header in UnsignedBigInteger
This commit is contained in:
committed by
Jelle Raaijmakers
parent
162e7e6935
commit
0e0c85639a
Notes:
github-actions[bot]
2026-02-23 11:19:34 +00:00
Author: https://github.com/BenWiederhake Commit: https://github.com/LadybirdBrowser/ladybird/commit/0e0c85639a4 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8087 Reviewed-by: https://github.com/gmta ✅
@@ -11,8 +11,6 @@
|
||||
|
||||
#include <AK/BuiltinWrappers.h>
|
||||
#include <AK/FloatingPoint.h>
|
||||
#include <AK/NonnullOwnPtr.h>
|
||||
#include <AK/StringBuilder.h>
|
||||
#include <LibCrypto/BigInt/Tommath.h>
|
||||
#include <LibCrypto/BigInt/UnsignedBigInteger.h>
|
||||
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <AK/ByteString.h>
|
||||
#include <AK/String.h>
|
||||
#include <LibCrypto/BigInt/TommathForward.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user