AK: Remove unused header in Random

This commit is contained in:
Ben Wiederhake
2026-02-20 22:46:28 +01:00
committed by Andreas Kling
parent d3a295a1e1
commit 389f43c47c
Notes: github-actions[bot] 2026-02-21 18:30:20 +00:00

View File

@@ -6,7 +6,6 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <AK/Assertions.h>
#include <AK/Platform.h>
#include <AK/Random.h>
#include <AK/UFixedBigInt.h>