[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 01/22] plugins: Remove unused 'exec/helper-proto.h' header
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH 01/22] plugins: Remove unused 'exec/helper-proto.h' header |
Date: |
Fri, 9 Jun 2023 12:46:56 +0200 |
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
- [PATCH 00/22] target/arm/tcg: Remove inclusions of 'exec/helper-[proto/gen].h', Philippe Mathieu-Daudé, 2023/06/09
- [PATCH 01/22] plugins: Remove unused 'exec/helper-proto.h' header,
Philippe Mathieu-Daudé <=
- [PATCH 02/22] accel/tcg/cpu-exec: Use generic 'helper-proto-common.h' header, Philippe Mathieu-Daudé, 2023/06/09
- [PATCH 03/22] target/arm/tcg: Remove CONFIG_TCG #ifdef'ry check, Philippe Mathieu-Daudé, 2023/06/09
- [PATCH 04/22] target/arm/tcg: Rename helper template headers as '.h.inc', Philippe Mathieu-Daudé, 2023/06/09
- [PATCH 05/22] target/arm/tcg: Extract iwMMXt helpers from the generic 'helper.h', Philippe Mathieu-Daudé, 2023/06/09
- [PATCH 06/22] target/arm/tcg: Fix iwmmxt-related code style, Philippe Mathieu-Daudé, 2023/06/09