diff options
author | Linus Groh <mail@linusgroh.de> | 2022-03-27 12:47:46 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2022-03-27 18:54:56 +0200 |
commit | 76e85ebbfcc86eb4a6d317dc319f707df417001b (patch) | |
tree | 27dc350e83ca3a2420e10f11e12c018642055eb2 /AK | |
parent | 4727b5bd4d94fc7c295bcf4d8635e6f3605c2306 (diff) | |
download | serenity-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.h | 1 |
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 { |