1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 18:10:56 +09:00

Kernel: Remove unnecessary include from PATAChannel.cpp

This commit is contained in:
Liav A 2020-03-08 23:08:52 +02:00 committed by Andreas Kling
parent 9a303cc5a5
commit aa43314e8b
Notes: sideshowbarker 2024-07-19 08:14:49 +09:00

View file

@ -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>