Kernel: Add missing #includes now that <AK/StdLibExtras.h> is smaller

This commit is contained in:
Andreas Kling 2020-03-08 12:33:14 +01:00
commit fa9fba6901
Notes: sideshowbarker 2024-07-19 08:50:27 +09:00
13 changed files with 13 additions and 0 deletions

View file

@ -26,6 +26,7 @@
//#define PATA_DEVICE_DEBUG
#include <AK/Memory.h>
#include <Kernel/Devices/PATAChannel.h>
#include <Kernel/Devices/PATADiskDevice.h>
#include <Kernel/FileSystem/FileDescription.h>