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

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>