mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 08:37:45 +00:00
Kernel: Clean up includes for Audio subsystem
Some unused, missing or misplaced includes.
This commit is contained in:
parent
5c64686666
commit
0315ee5937
4 changed files with 5 additions and 18 deletions
|
@ -7,10 +7,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <Kernel/Devices/CharacterDevice.h>
|
#include <Kernel/Devices/CharacterDevice.h>
|
||||||
#include <Kernel/Interrupts/IRQHandler.h>
|
|
||||||
#include <Kernel/Memory/PhysicalAddress.h>
|
|
||||||
#include <Kernel/Memory/PhysicalPage.h>
|
|
||||||
#include <Kernel/Tasks/WaitQueue.h>
|
|
||||||
|
|
||||||
namespace Kernel {
|
namespace Kernel {
|
||||||
|
|
||||||
|
|
|
@ -6,18 +6,12 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <AK/Error.h>
|
||||||
#include <AK/IntrusiveList.h>
|
#include <AK/IntrusiveList.h>
|
||||||
#include <AK/OwnPtr.h>
|
|
||||||
#include <AK/RefPtr.h>
|
#include <AK/RefPtr.h>
|
||||||
#include <Kernel/Bus/PCI/Access.h>
|
#include <AK/Types.h>
|
||||||
#include <Kernel/Bus/PCI/Device.h>
|
|
||||||
#include <Kernel/Devices/Audio/Channel.h>
|
#include <Kernel/Devices/Audio/Channel.h>
|
||||||
#include <Kernel/Devices/Device.h>
|
#include <Kernel/Library/UserOrKernelBuffer.h>
|
||||||
#include <Kernel/Library/LockWeakable.h>
|
|
||||||
#include <Kernel/Locking/Mutex.h>
|
|
||||||
#include <Kernel/Memory/PhysicalAddress.h>
|
|
||||||
#include <Kernel/Memory/PhysicalPage.h>
|
|
||||||
#include <Kernel/Security/Random.h>
|
|
||||||
|
|
||||||
namespace Kernel {
|
namespace Kernel {
|
||||||
|
|
||||||
|
|
|
@ -6,11 +6,10 @@
|
||||||
|
|
||||||
#include <AK/Singleton.h>
|
#include <AK/Singleton.h>
|
||||||
#include <Kernel/Bus/PCI/API.h>
|
#include <Kernel/Bus/PCI/API.h>
|
||||||
#include <Kernel/Bus/PCI/IDs.h>
|
#include <Kernel/Bus/PCI/Access.h>
|
||||||
#include <Kernel/Devices/Audio/AC97/AC97.h>
|
#include <Kernel/Devices/Audio/AC97/AC97.h>
|
||||||
#include <Kernel/Devices/Audio/IntelHDA/Controller.h>
|
#include <Kernel/Devices/Audio/IntelHDA/Controller.h>
|
||||||
#include <Kernel/Devices/Audio/Management.h>
|
#include <Kernel/Devices/Audio/Management.h>
|
||||||
#include <Kernel/Sections.h>
|
|
||||||
|
|
||||||
namespace Kernel {
|
namespace Kernel {
|
||||||
|
|
||||||
|
|
|
@ -6,12 +6,10 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <AK/Badge.h>
|
|
||||||
#include <AK/Error.h>
|
#include <AK/Error.h>
|
||||||
#include <AK/IntrusiveList.h>
|
#include <AK/IntrusiveList.h>
|
||||||
#include <AK/NonnullRefPtr.h>
|
#include <AK/NonnullRefPtr.h>
|
||||||
#include <AK/OwnPtr.h>
|
#include <Kernel/Bus/PCI/Definitions.h>
|
||||||
#include <AK/Types.h>
|
|
||||||
#include <Kernel/Devices/Audio/Controller.h>
|
#include <Kernel/Devices/Audio/Controller.h>
|
||||||
|
|
||||||
namespace Kernel {
|
namespace Kernel {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue