From 6a891bb78cdc0f920bcae700af26f192421f93cd Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 21 May 2025 16:51:07 -0600 Subject: [PATCH] include/arm_ffa.h: Audit include list This file does not need but does directly need . Signed-off-by: Tom Rini --- include/arm_ffa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/arm_ffa.h b/include/arm_ffa.h index db9b1be995e..2994d8ee3ae 100644 --- a/include/arm_ffa.h +++ b/include/arm_ffa.h @@ -9,7 +9,7 @@ #ifndef __ARM_FFA_H #define __ARM_FFA_H -#include +#include /* * This header is public. It can be used by clients to access -- 2.47.2