Re: [PATCH 05/10] plugins/plugin.h: include queue.h

2025-02-25 Thread Richard Henderson
On 2/25/25 03:08, Alex Bennée wrote: Headers should bring in what they need so don't rely on getting queue.h by side effects. This will help with clean-ups in the following patches. Signed-off-by: Alex Bennée --- plugins/plugin.h | 1 + 1 file changed, 1 insertion(+) Reviewed-by: Richard He

[PATCH 05/10] plugins/plugin.h: include queue.h

2025-02-25 Thread Alex Bennée
Headers should bring in what they need so don't rely on getting queue.h by side effects. This will help with clean-ups in the following patches. Signed-off-by: Alex Bennée --- plugins/plugin.h | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/plugin.h b/plugins/plugin.h index 30e2299a5