Kernel: Remove some unnecessary JSON related includes

This commit is contained in:
Andreas Kling 2021-06-29 22:11:10 +02:00
parent 648480f715
commit 9766fccb88
Notes: sideshowbarker 2024-07-18 11:16:06 +09:00
2 changed files with 0 additions and 2 deletions

View file

@ -5,7 +5,6 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <AK/JsonArray.h>
#include <AK/JsonArraySerializer.h>
#include <AK/JsonObjectSerializer.h>
#include <AK/Platform.h>

View file

@ -5,7 +5,6 @@
*/
#include <AK/JsonArraySerializer.h>
#include <AK/JsonObject.h>
#include <AK/JsonObjectSerializer.h>
#include <AK/ScopeGuard.h>
#include <Kernel/Arch/x86/SmapDisabler.h>