Re: [PATCH 04/10] plugins/api: clean-up the includes

2025-02-25 Thread Richard Henderson
On 2/25/25 03:08, Alex Bennée wrote: Thanks to re-factoring and clean-up work (especially to exec-all) we no longer need such broad headers for the api. Signed-off-by: Alex Bennée --- plugins/api.c | 3 --- 1 file changed, 3 deletions(-) Reviewed-by: Richard Henderson r~

[PATCH 04/10] plugins/api: clean-up the includes

2025-02-25 Thread Alex Bennée
Thanks to re-factoring and clean-up work (especially to exec-all) we no longer need such broad headers for the api. Signed-off-by: Alex Bennée --- plugins/api.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/api.c b/plugins/api.c index 10b258b08d..3e1aac7bfb 100644 --- a/plugins/a