mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:07:34 +00:00
LibDSP: Clean up ProcessorParameter header
This commit is contained in:
parent
f76241914c
commit
3a4ec49131
1 changed files with 2 additions and 3 deletions
|
@ -6,13 +6,12 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "AK/Forward.h"
|
|
||||||
#include "LibGUI/Label.h"
|
|
||||||
#include "Music.h"
|
|
||||||
#include <AK/FixedPoint.h>
|
#include <AK/FixedPoint.h>
|
||||||
#include <AK/Format.h>
|
#include <AK/Format.h>
|
||||||
|
#include <AK/Forward.h>
|
||||||
#include <AK/Types.h>
|
#include <AK/Types.h>
|
||||||
#include <LibCore/Object.h>
|
#include <LibCore/Object.h>
|
||||||
|
#include <LibDSP/Music.h>
|
||||||
|
|
||||||
namespace LibDSP {
|
namespace LibDSP {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue