summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibSoftGPU
diff options
context:
space:
mode:
authorJelle Raaijmakers <jelle@gmta.nl>2022-01-23 22:01:43 +0100
committerLinus Groh <mail@linusgroh.de>2022-02-22 23:48:59 +0000
commit4d53a87355e665ae956f54f0aa1ed4fc57cdaff7 (patch)
treeb1706aeb63eaebd9f0ea59006744437453f6f328 /Userland/Libraries/LibSoftGPU
parenta5ad7023872d6db566210a39ef0ef3a94bfb3296 (diff)
downloadserenity-4d53a87355e665ae956f54f0aa1ed4fc57cdaff7.zip
LibSoftGPU: Remove unused `AK/Function.h` include
Diffstat (limited to 'Userland/Libraries/LibSoftGPU')
-rw-r--r--Userland/Libraries/LibSoftGPU/Device.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibSoftGPU/Device.cpp b/Userland/Libraries/LibSoftGPU/Device.cpp
index 0737bbc859..1d4295711e 100644
--- a/Userland/Libraries/LibSoftGPU/Device.cpp
+++ b/Userland/Libraries/LibSoftGPU/Device.cpp
@@ -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>