AK: Remove unused String.h include from UFixedBigInt.h

This makes it usable in the Kernel. :^)
This commit is contained in:
Linus Groh 2022-03-27 12:47:46 +01:00 committed by Andreas Kling
parent 4727b5bd4d
commit 76e85ebbfc
Notes: sideshowbarker 2024-07-18 00:41:35 +09:00

View File

@ -13,7 +13,6 @@
#include <AK/NumericLimits.h>
#include <AK/StdLibExtraDetails.h>
#include <AK/StdLibExtras.h>
#include <AK/String.h>
#include <AK/StringBuilder.h>
namespace AK {