summaryrefslogtreecommitdiff
path: root/AK
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2022-03-27 12:47:46 +0100
committerAndreas Kling <kling@serenityos.org>2022-03-27 18:54:56 +0200
commit76e85ebbfcc86eb4a6d317dc319f707df417001b (patch)
tree27dc350e83ca3a2420e10f11e12c018642055eb2 /AK
parent4727b5bd4d94fc7c295bcf4d8635e6f3605c2306 (diff)
downloadserenity-76e85ebbfcc86eb4a6d317dc319f707df417001b.zip
AK: Remove unused String.h include from UFixedBigInt.h
This makes it usable in the Kernel. :^)
Diffstat (limited to 'AK')
-rw-r--r--AK/UFixedBigInt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/AK/UFixedBigInt.h b/AK/UFixedBigInt.h
index a4bff17cc7..0d2f4cc257 100644
--- a/AK/UFixedBigInt.h
+++ b/AK/UFixedBigInt.h
@@ -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 {