AK: Remove unused String.h include from UFixedBigInt.h
This makes it usable in the Kernel. :^)
This commit is contained in:
parent
4727b5bd4d
commit
76e85ebbfc
Notes:
sideshowbarker
2024-07-18 00:41:35 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/76e85ebbfc Pull-request: https://github.com/SerenityOS/serenity/pull/13290 Reviewed-by: https://github.com/bgianfo ✅
1 changed files with 0 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue