LibDSP: Clean up ProcessorParameter header

This commit is contained in:
kleines Filmröllchen 2021-09-28 17:50:12 +02:00 committed by Andreas Kling
parent f76241914c
commit 3a4ec49131
Notes: sideshowbarker 2024-07-18 01:17:32 +09:00

View File

@ -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 {