[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 01/26] plugins: Remove unused 'exec/helper-proto.h' header
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH v2 01/26] plugins: Remove unused 'exec/helper-proto.h' header |
Date: |
Sun, 11 Jun 2023 10:58:21 +0200 |
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@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
- [PATCH v2 00/26] target/arm/tcg: Remove inclusions of 'exec/helper-[proto/gen].h', Philippe Mathieu-Daudé, 2023/06/11
- [PATCH v2 01/26] plugins: Remove unused 'exec/helper-proto.h' header,
Philippe Mathieu-Daudé <=
- [PATCH v2 02/26] accel/tcg/cpu-exec: Use generic 'helper-proto-common.h' header, Philippe Mathieu-Daudé, 2023/06/11
- [PATCH v2 03/26] target/arm/tcg: Remove CONFIG_TCG #ifdef'ry check, Philippe Mathieu-Daudé, 2023/06/11
- [PATCH v2 04/26] target/arm/tcg: Rename helper template headers as '.h.inc', Philippe Mathieu-Daudé, 2023/06/11
- [PATCH v2 05/26] target/arm/tcg: Extract iwMMXt helpers from the generic 'helper.h', Philippe Mathieu-Daudé, 2023/06/11
- [PATCH v2 06/26] target/arm/tcg: Fix iwmmxt-related code style, Philippe Mathieu-Daudé, 2023/06/11
- [PATCH v2 07/26] target/arm/tcg: Expose some iwmmxt methods in 'translate.h', Philippe Mathieu-Daudé, 2023/06/11
- [PATCH v2 08/26] target/arm/tcg: Extract iwmmxt code to translate-iwmmxt.c, Philippe Mathieu-Daudé, 2023/06/11
- [PATCH v2 09/26] target/arm/tcg: Reduce 'helper-iwmmxt.h.inc' inclusion, Philippe Mathieu-Daudé, 2023/06/11
- [PATCH v2 10/26] target/arm/tcg: Extract VFP definitions to 'helper-vfp.h.inc', Philippe Mathieu-Daudé, 2023/06/11