1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-23 09:17:36 +00:00

Kernel: Remove unused header includes in Devices subtree

This commit is contained in:
Brian Gianforcaro 2021-07-11 11:42:23 -07:00 committed by Andreas Kling
parent b1740e410b
commit ea238e7ac3
10 changed files with 0 additions and 18 deletions

View file

@ -7,7 +7,6 @@
#include <AK/Singleton.h>
#include <Kernel/Devices/Device.h>
#include <Kernel/FileSystem/InodeMetadata.h>
#include <LibC/errno_numbers.h>
namespace Kernel {

View file

@ -6,8 +6,6 @@
#include "FullDevice.h"
#include <AK/Memory.h>
#include <AK/StdLibExtras.h>
#include <Kernel/Panic.h>
#include <Kernel/Sections.h>
#include <LibC/errno_numbers.h>

View file

@ -7,13 +7,8 @@
*/
#include <AK/Assertions.h>
#include <AK/ByteBuffer.h>
#include <AK/Singleton.h>
#include <AK/StringView.h>
#include <AK/Types.h>
#include <Kernel/Debug.h>
#include <Kernel/Devices/HID/KeyboardDevice.h>
#include <Kernel/IO.h>
#include <Kernel/Sections.h>
#include <Kernel/TTY/VirtualConsole.h>
#include <LibC/sys/ioctl_numbers.h>

View file

@ -5,10 +5,8 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <AK/Assertions.h>
#include <AK/ByteBuffer.h>
#include <AK/Singleton.h>
#include <AK/StringView.h>
#include <AK/Types.h>
#include <Kernel/Debug.h>
#include <Kernel/Devices/HID/HIDManagement.h>

View file

@ -5,7 +5,6 @@
*/
#include <AK/Memory.h>
#include <AK/Singleton.h>
#include <Kernel/Debug.h>
#include <Kernel/Devices/HID/PS2MouseDevice.h>
#include <Kernel/Devices/VMWareBackdoor.h>

View file

@ -8,10 +8,8 @@
#include <AK/Memory.h>
#include <AK/StdLibExtras.h>
#include <Kernel/Arch/PC/BIOS.h>
#include <Kernel/Panic.h>
#include <Kernel/Sections.h>
#include <Kernel/VM/AnonymousVMObject.h>
#include <Kernel/VM/TypedMapping.h>
namespace Kernel {

View file

@ -5,7 +5,6 @@
*/
#include <AK/Singleton.h>
#include <AK/StdLibExtras.h>
#include <Kernel/Devices/NullDevice.h>
#include <Kernel/Sections.h>

View file

@ -5,7 +5,6 @@
*/
#include <Kernel/Devices/RandomDevice.h>
#include <Kernel/Panic.h>
#include <Kernel/Random.h>
#include <Kernel/Sections.h>

View file

@ -7,7 +7,6 @@
#include <Kernel/Devices/SerialDevice.h>
#include <Kernel/IO.h>
#include <Kernel/Panic.h>
#include <Kernel/Sections.h>
namespace Kernel {

View file

@ -5,9 +5,7 @@
*/
#include <AK/Memory.h>
#include <AK/StdLibExtras.h>
#include <Kernel/Devices/ZeroDevice.h>
#include <Kernel/Panic.h>
#include <Kernel/Sections.h>
namespace Kernel {