Remove <common.h> from this board vendor directory and when needed add missing include files directly.
Signed-off-by: Tom Rini <tr...@konsulko.com> --- Cc: liuhao <liu...@phytium.com.cn> Cc: shuyiqi <shuy...@phytium.com.cn> --- board/phytium/durian/durian.c | 1 - 1 file changed, 1 deletion(-) diff --git a/board/phytium/durian/durian.c b/board/phytium/durian/durian.c index 0a4048d4982f..01e210fcdd15 100644 --- a/board/phytium/durian/durian.c +++ b/board/phytium/durian/durian.c @@ -5,7 +5,6 @@ * liuhao <liu...@phytium.com.cn> */ -#include <common.h> #include <command.h> #include <cpu_func.h> #include <event.h> -- 2.34.1