1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 18:10:56 +09: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
Notes: sideshowbarker 2024-07-17 18:23:51 +09:00

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>