LibCrypto: Remove unused header in UnsignedBigInteger

This commit is contained in:
Ben Wiederhake
2026-02-21 14:22:41 +01:00
committed by Jelle Raaijmakers
parent 162e7e6935
commit 0e0c85639a
Notes: github-actions[bot] 2026-02-23 11:19:34 +00:00
2 changed files with 0 additions and 3 deletions

View File

@@ -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>

View File

@@ -9,7 +9,6 @@
#pragma once
#include <AK/ByteString.h>
#include <AK/String.h>
#include <LibCrypto/BigInt/TommathForward.h>