From 342453adbddafeca473dd7eb889bdadeaa3c359b Mon Sep 17 00:00:00 2001 From: PEKKA Chang Date: Sun, 5 Jul 2026 18:00:48 +0800 Subject: [PATCH] Fix: remove the redundant header inclusion --- binder/deps.h | 1 - 1 file changed, 1 deletion(-) diff --git a/binder/deps.h b/binder/deps.h index 9c62df8..c75195c 100644 --- a/binder/deps.h +++ b/binder/deps.h @@ -1,7 +1,6 @@ // SPDX-License-Identifier: GPL-2.0 #include -#include struct ipc_namespace* get_init_ipc_ns_ptr(void); void zap_page_range_single(struct vm_area_struct *vma, unsigned long address,