1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 08:18:12 +00:00

LibSoftGPU: Remove unused AK/Function.h include

This commit is contained in:
Jelle Raaijmakers 2022-01-23 22:01:43 +01:00 committed by Linus Groh
parent a5ad702387
commit 4d53a87355

View file

@ -6,7 +6,6 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <AK/Function.h>
#include <AK/Math.h>
#include <AK/NumericLimits.h>
#include <AK/SIMDExtras.h>