Re: [PATCH for-6.2 3/8] softmmu/arch_init.c: Trim down include list

2021-07-30 Thread Richard Henderson
On 7/30/21 12:59 AM, Peter Maydell wrote: arch_init.c does very little but has a long list of #include lines. Remove all the unnecessary ones. Signed-off-by: Peter Maydell --- softmmu/arch_init.c | 7 --- 1 file changed, 7 deletions(-) Reviewed-by: Richard Henderson r~

[PATCH for-6.2 3/8] softmmu/arch_init.c: Trim down include list

2021-07-30 Thread Peter Maydell
arch_init.c does very little but has a long list of #include lines. Remove all the unnecessary ones. Signed-off-by: Peter Maydell --- softmmu/arch_init.c | 7 --- 1 file changed, 7 deletions(-) diff --git a/softmmu/arch_init.c b/softmmu/arch_init.c index 9011af74e4a..91cbf883e28 100644 ---