Kernel: Remove unused header includes from ProcFS.cpp

This commit is contained in:
Brian Gianforcaro 2021-05-04 00:55:38 -07:00 committed by Andreas Kling
parent a3baf06549
commit 9b5c137f46
Notes: sideshowbarker 2024-07-18 18:43:56 +09:00

View File

@ -4,7 +4,6 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <AK/JsonArraySerializer.h>
#include <AK/JsonObject.h>
#include <AK/JsonObjectSerializer.h>
#include <AK/JsonValue.h>
@ -26,7 +25,6 @@
#include <Kernel/Interrupts/GenericInterruptHandler.h>
#include <Kernel/Interrupts/InterruptManagement.h>
#include <Kernel/KBufferBuilder.h>
#include <Kernel/KSyms.h>
#include <Kernel/Module.h>
#include <Kernel/Net/LocalSocket.h>
#include <Kernel/Net/NetworkAdapter.h>