Kernel: Include the new PIT class in system components

This commit is contained in:
Liav A 2020-02-22 20:16:45 +02:00 committed by Andreas Kling
commit 895e874eb4
Notes: sideshowbarker 2024-07-19 09:06:23 +09:00
4 changed files with 6 additions and 6 deletions

View file

@ -32,11 +32,11 @@
#include <AK/Time.h>
#include <AK/Types.h>
#include <Kernel/Arch/i386/CPU.h>
#include <Kernel/Arch/i386/PIT.h>
#include <Kernel/Devices/BlockDevice.h>
#include <Kernel/Devices/KeyboardDevice.h>
#include <Kernel/Devices/NullDevice.h>
#include <Kernel/Devices/PCSpeaker.h>
#include <Kernel/Devices/PIT.h>
#include <Kernel/Devices/RandomDevice.h>
#include <Kernel/FileSystem/Custody.h>
#include <Kernel/FileSystem/DevPtsFS.h>