1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 07:24:58 +00:00

Kernel: Remove some dead code and unused includes in SysFS files

This commit is contained in:
Andreas Kling 2021-07-11 01:12:29 +02:00
parent 98acebf56b
commit 807aadbe6e
4 changed files with 1 additions and 9 deletions

View file

@ -29,6 +29,7 @@
#include <Kernel/Net/UDPSocket.h>
#include <Kernel/ProcessExposed.h>
#include <Kernel/Sections.h>
#include <Kernel/TTY/TTY.h>
namespace Kernel {