From fae301c1612b54951e4f457bf2271b244d1a878d Mon Sep 17 00:00:00 2001 From: ShirkNeko <109797057+ShirkNeko@users.noreply.github.com> Date: Tue, 16 Sep 2025 15:09:13 +0800 Subject: [PATCH] kernel: Remove duplicate `#include ` --- kernel/kernel_compat.h | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/kernel_compat.h b/kernel/kernel_compat.h index 08f7b2ad..95069f52 100644 --- a/kernel/kernel_compat.h +++ b/kernel/kernel_compat.h @@ -6,7 +6,6 @@ #include #include "ss/policydb.h" #include "linux/key.h" -#include /** * list_count_nodes - count the number of nodes in a list