[PATCH 01/22] plugins: Remove unused 'exec/helper-proto.h' header

Philippe Mathieu-Daudé posted 22 patches 1 year, 11 months ago
There is a newer version of this series
[PATCH 01/22] plugins: Remove unused 'exec/helper-proto.h' header
Posted by Philippe Mathieu-Daudé 1 year, 11 months ago
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
 plugins/core.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/plugins/core.c b/plugins/core.c
index 9912f2cfdb..3c4e26c7ed 100644
--- a/plugins/core.c
+++ b/plugins/core.c
@@ -25,7 +25,6 @@
 
 #include "exec/exec-all.h"
 #include "exec/tb-flush.h"
-#include "exec/helper-proto.h"
 #include "tcg/tcg.h"
 #include "tcg/tcg-op.h"
 #include "plugin.h"
-- 
2.38.1


Re: [PATCH 01/22] plugins: Remove unused 'exec/helper-proto.h' header
Posted by Richard Henderson 1 year, 11 months ago
On 6/9/23 03:46, Philippe Mathieu-Daudé wrote:
> Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org>
> ---
>   plugins/core.c | 1 -
>   1 file changed, 1 deletion(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~