1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 20:18:12 +00:00

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
parent b3c132ffb7
commit 895e874eb4
4 changed files with 6 additions and 6 deletions

View file

@ -30,7 +30,7 @@
#include <AK/NonnullOwnPtr.h>
#include <AK/OwnPtr.h>
#include <AK/SinglyLinkedList.h>
#include <Kernel/Arch/i386/PIT.h>
#include <Kernel/Devices/PIT.h>
namespace Kernel {