mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
LibSoftGPU: Clean up Sampler
imports
This commit is contained in:
parent
1774fde37c
commit
4e63ce231f
Notes:
sideshowbarker
2024-07-17 05:20:12 +09:00
Author: https://github.com/gmta Commit: https://github.com/SerenityOS/serenity/commit/4e63ce231f Pull-request: https://github.com/SerenityOS/serenity/pull/15652 Reviewed-by: https://github.com/Quaker762 Reviewed-by: https://github.com/linusg ✅ Reviewed-by: https://github.com/sunverwerth ✅
2 changed files with 1 additions and 2 deletions
|
@ -18,6 +18,7 @@
|
|||
#include <LibGfx/Vector3.h>
|
||||
#include <LibSoftGPU/Config.h>
|
||||
#include <LibSoftGPU/Device.h>
|
||||
#include <LibSoftGPU/Image.h>
|
||||
#include <LibSoftGPU/PixelConverter.h>
|
||||
#include <LibSoftGPU/PixelQuad.h>
|
||||
#include <LibSoftGPU/SIMD.h>
|
||||
|
|
|
@ -6,12 +6,10 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <AK/RefPtr.h>
|
||||
#include <AK/SIMD.h>
|
||||
#include <LibGPU/SamplerConfig.h>
|
||||
#include <LibGfx/Vector2.h>
|
||||
#include <LibGfx/Vector4.h>
|
||||
#include <LibSoftGPU/Image.h>
|
||||
|
||||
namespace SoftGPU {
|
||||
|
||||
|
|
Loading…
Reference in a new issue