1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 12:27:35 +00:00

Kernel: Clean up includes for Audio subsystem

Some unused, missing or misplaced includes.
This commit is contained in:
Jelle Raaijmakers 2023-06-30 23:04:32 +02:00
parent 5c64686666
commit 0315ee5937
4 changed files with 5 additions and 18 deletions

View file

@ -6,12 +6,10 @@
#pragma once
#include <AK/Badge.h>
#include <AK/Error.h>
#include <AK/IntrusiveList.h>
#include <AK/NonnullRefPtr.h>
#include <AK/OwnPtr.h>
#include <AK/Types.h>
#include <Kernel/Bus/PCI/Definitions.h>
#include <Kernel/Devices/Audio/Controller.h>
namespace Kernel {