From 3098b11c0750bb550b4c80b341817c6bee93883a Mon Sep 17 00:00:00 2001 From: Idan Horowitz Date: Thu, 13 Jan 2022 00:34:09 +0200 Subject: [PATCH] Kernel: Remove unused AK/String.h include from CommandLine.h --- Kernel/CommandLine.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Kernel/CommandLine.h b/Kernel/CommandLine.h index ca67ae7b4d..a007fdab36 100644 --- a/Kernel/CommandLine.h +++ b/Kernel/CommandLine.h @@ -9,7 +9,6 @@ #include #include #include -#include #include #include