Kernel: Remove unused #includes

This commit is contained in:
Gunnar Beutner 2022-11-01 10:18:01 +01:00 committed by Linus Groh
parent 8b0a464f5c
commit b33834ca3a
3 changed files with 0 additions and 3 deletions

View file

@ -7,7 +7,6 @@
#pragma once
#include <AK/CircularQueue.h>
#include <AK/DoublyLinkedList.h>
#include <AK/Types.h>
#include <Kernel/API/KeyCode.h>
#include <Kernel/Arch/x86/ISABus/I8042Controller.h>

View file

@ -8,7 +8,6 @@
#pragma once
#include <AK/CircularQueue.h>
#include <AK/DoublyLinkedList.h>
#include <AK/Types.h>
#include <Kernel/API/KeyCode.h>
#include <Kernel/Devices/CharacterDevice.h>

View file

@ -7,7 +7,6 @@
#pragma once
#include <AK/CircularQueue.h>
#include <AK/DoublyLinkedList.h>
#include <AK/Types.h>
#include <Kernel/API/KeyCode.h>
#include <Kernel/API/MousePacket.h>