From dbfdce274f373ff2862325c4cbe3bb47002fd60a Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 30 Apr 2024 20:42:45 -0600 Subject: [PATCH] board: sipeed: Remove and add needed includes Remove from this board vendor directory and when needed add missing include files directly. Reviewed-by: Sean Anderson Signed-off-by: Tom Rini --- board/sipeed/maix/maix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/sipeed/maix/maix.c b/board/sipeed/maix/maix.c index 06653b5a87..08077a1f9e 100644 --- a/board/sipeed/maix/maix.c +++ b/board/sipeed/maix/maix.c @@ -3,7 +3,7 @@ * Copyright (C) 2019-20 Sean Anderson */ -#include +#include #include #include #include -- 2.39.5