diff options
author | Jelle Raaijmakers <jelle@gmta.nl> | 2022-01-23 22:01:43 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-02-22 23:48:59 +0000 |
commit | 4d53a87355e665ae956f54f0aa1ed4fc57cdaff7 (patch) | |
tree | b1706aeb63eaebd9f0ea59006744437453f6f328 /Userland/Libraries/LibSoftGPU | |
parent | a5ad7023872d6db566210a39ef0ef3a94bfb3296 (diff) | |
download | serenity-4d53a87355e665ae956f54f0aa1ed4fc57cdaff7.zip |
LibSoftGPU: Remove unused `AK/Function.h` include
Diffstat (limited to 'Userland/Libraries/LibSoftGPU')
-rw-r--r-- | Userland/Libraries/LibSoftGPU/Device.cpp | 1 |
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> |