mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 03:56:16 +00:00
Kernel: Move SB16 to Audio subdirectory
This commit is contained in:
parent
4d302e0e88
commit
61d77274db
Notes:
sideshowbarker
2024-07-18 00:50:05 +09:00
Author: https://github.com/gmta
Commit: 61d77274db
Pull-request: https://github.com/SerenityOS/serenity/pull/11028
5 changed files with 4 additions and 4 deletions
|
@ -15,10 +15,10 @@
|
|||
#include <AK/Types.h>
|
||||
#include <Kernel/API/TimePage.h>
|
||||
#include <Kernel/Arch/RegisterState.h>
|
||||
#include <Kernel/Devices/Audio/SB16.h>
|
||||
#include <Kernel/Devices/ConsoleDevice.h>
|
||||
#include <Kernel/Devices/Device.h>
|
||||
#include <Kernel/Devices/NullDevice.h>
|
||||
#include <Kernel/Devices/SB16.h>
|
||||
#include <Kernel/UnixTypes.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue