From 76e85ebbfcc86eb4a6d317dc319f707df417001b Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Sun, 27 Mar 2022 12:47:46 +0100 Subject: [PATCH] AK: Remove unused String.h include from UFixedBigInt.h This makes it usable in the Kernel. :^) --- AK/UFixedBigInt.h | 1 - 1 file changed, 1 deletion(-) diff --git a/AK/UFixedBigInt.h b/AK/UFixedBigInt.h index a4bff17cc7d..0d2f4cc257b 100644 --- a/AK/UFixedBigInt.h +++ b/AK/UFixedBigInt.h @@ -13,7 +13,6 @@ #include #include #include -#include #include namespace AK {