1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 14:57:35 +00:00

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
2 changed files with 0 additions and 2 deletions

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>