From 1267f220e2ef8900a05517ea54565c15af3cc23f Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 30 Apr 2024 20:43:01 -0600 Subject: board: theadorable: Remove and add needed includes Remove from this board vendor directory and when needed add missing include files directly. Signed-off-by: Tom Rini --- board/theadorable/fpga.c | 2 +- board/theadorable/theadorable.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'board') diff --git a/board/theadorable/fpga.c b/board/theadorable/fpga.c index bc8379c..56d3647 100644 --- a/board/theadorable/fpga.c +++ b/board/theadorable/fpga.c @@ -3,10 +3,10 @@ * Copyright (C) 2016 Stefan Roese */ -#include #include #include #include +#include #include #include #include diff --git a/board/theadorable/theadorable.c b/board/theadorable/theadorable.c index 144f122..cca5c3d 100644 --- a/board/theadorable/theadorable.c +++ b/board/theadorable/theadorable.c @@ -3,7 +3,6 @@ * Copyright (C) 2015-2019 Stefan Roese */ -#include #include #include #include -- cgit v1.1