From 577dddb5b7d6e0f962ea06ed80b85bc6ec5ca7d8 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 12 Oct 2023 19:03:57 -0400 Subject: microblaze: Remove common.h usage We can remove common.h from most cases of the code here, and only a few places need an additional header instead. Signed-off-by: Tom Rini Acked-by: Michal Simek --- board/xilinx/microblaze-generic/microblaze-generic.c | 1 - 1 file changed, 1 deletion(-) (limited to 'board') diff --git a/board/xilinx/microblaze-generic/microblaze-generic.c b/board/xilinx/microblaze-generic/microblaze-generic.c index a427ac94a17..2b035d53589 100644 --- a/board/xilinx/microblaze-generic/microblaze-generic.c +++ b/board/xilinx/microblaze-generic/microblaze-generic.c @@ -10,7 +10,6 @@ * header files */ -#include #include #include #include -- cgit v1.3.1