mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
LibDSP: Clean up ProcessorParameter header
This commit is contained in:
parent
f76241914c
commit
3a4ec49131
Notes:
sideshowbarker
2024-07-18 01:17:32 +09:00
Author: https://github.com/kleinesfilmroellchen Commit: https://github.com/SerenityOS/serenity/commit/3a4ec491318 Pull-request: https://github.com/SerenityOS/serenity/pull/10723 Reviewed-by: https://github.com/Hendiadyoin1
@ -6,13 +6,12 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "AK/Forward.h"
|
||||
#include "LibGUI/Label.h"
|
||||
#include "Music.h"
|
||||
#include <AK/FixedPoint.h>
|
||||
#include <AK/Format.h>
|
||||
#include <AK/Forward.h>
|
||||
#include <AK/Types.h>
|
||||
#include <LibCore/Object.h>
|
||||
#include <LibDSP/Music.h>
|
||||
|
||||
namespace LibDSP {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user