mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 10:19:20 +00:00
Kernel: Clean up includes for Audio subsystem
Some unused, missing or misplaced includes.
This commit is contained in:
parent
5c64686666
commit
0315ee5937
Notes:
sideshowbarker
2024-07-16 23:23:26 +09:00
Author: https://github.com/gmta
Commit: 0315ee5937
Pull-request: https://github.com/SerenityOS/serenity/pull/19669
Reviewed-by: https://github.com/kleinesfilmroellchen ✅
Reviewed-by: https://github.com/supercomputer7
4 changed files with 5 additions and 18 deletions
|
@ -6,11 +6,10 @@
|
|||
|
||||
#include <AK/Singleton.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/IntelHDA/Controller.h>
|
||||
#include <Kernel/Devices/Audio/Management.h>
|
||||
#include <Kernel/Sections.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue