mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
LibCrypto: Clean up #include directives
This change aims to improve the speed of incremental builds.
This commit is contained in:
committed by
Alexander Kalenik
parent
cd14b215d1
commit
8d13115d9a
@@ -6,9 +6,8 @@
|
||||
*/
|
||||
|
||||
#include "UnsignedBigIntegerAlgorithms.h"
|
||||
#include <AK/BigIntBase.h>
|
||||
#include <AK/BuiltinWrappers.h>
|
||||
#include <AK/NumericLimits.h>
|
||||
#include <LibCrypto/BigInt/UnsignedBigInteger.h>
|
||||
|
||||
namespace Crypto {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user