Kernel: Remove unnecessary include from PATAChannel.cpp
This commit is contained in:
parent
9a303cc5a5
commit
aa43314e8b
Notes:
sideshowbarker
2024-07-19 08:14:49 +09:00
Author: https://github.com/supercomputer7 Commit: https://github.com/SerenityOS/serenity/commit/aa43314e8bf Pull-request: https://github.com/SerenityOS/serenity/pull/1396 Reviewed-by: https://github.com/awesomekling Reviewed-by: https://github.com/shannonbooth ✅
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@
|
|||
#include "PATADiskDevice.h"
|
||||
#include <AK/ByteBuffer.h>
|
||||
#include <Kernel/Devices/PATAChannel.h>
|
||||
#include <Kernel/Devices/PIT.h>
|
||||
#include <Kernel/FileSystem/ProcFS.h>
|
||||
#include <Kernel/Process.h>
|
||||
#include <Kernel/VM/MemoryManager.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue