[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 46/48] plugins: Drop unused headers from exec/plugin-gen.h
|
From: |
Richard Henderson |
|
Subject: |
[PATCH v3 46/48] plugins: Drop unused headers from exec/plugin-gen.h |
|
Date: |
Tue, 30 May 2023 21:03:28 -0700 |
Two headers are not required for the rest of the
contents of plugin-gen.h.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
include/exec/plugin-gen.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/exec/plugin-gen.h b/include/exec/plugin-gen.h
index e9a976f815..52828781bc 100644
--- a/include/exec/plugin-gen.h
+++ b/include/exec/plugin-gen.h
@@ -12,8 +12,6 @@
#ifndef QEMU_PLUGIN_GEN_H
#define QEMU_PLUGIN_GEN_H
-#include "exec/cpu_ldst.h"
-#include "qemu/plugin.h"
#include "tcg/tcg.h"
struct DisasContextBase;
--
2.34.1
- [PATCH v3 28/48] tcg: Split tcg/tcg-op-gvec.h, (continued)
- [PATCH v3 28/48] tcg: Split tcg/tcg-op-gvec.h, Richard Henderson, 2023/05/31
- [PATCH v3 27/48] tcg: Move TLB_FLAGS_MASK check out of get_alignment_bits, Richard Henderson, 2023/05/31
- [PATCH v3 33/48] include/exec: Remove CODE_GEN_AVG_BLOCK_SIZE, Richard Henderson, 2023/05/31
- [PATCH v3 34/48] accel/tcg: Move most of gen-icount.h into translator.c, Richard Henderson, 2023/05/31
- [PATCH v3 36/48] accel/tcg: Move translator_fake_ldb out of line, Richard Henderson, 2023/05/31
- [PATCH v3 38/48] target/mips: Tidy helpers for translation, Richard Henderson, 2023/05/31
- [PATCH v3 48/48] tcg: Build once for system and once for user-only, Richard Henderson, 2023/05/31
- [PATCH v3 46/48] plugins: Drop unused headers from exec/plugin-gen.h,
Richard Henderson <=
- [PATCH v3 40/48] *: Add missing includes of exec/exec-all.h, Richard Henderson, 2023/05/31
- [PATCH v3 41/48] accel/tcg: Tidy includes for translator.[ch], Richard Henderson, 2023/05/31
- [PATCH v3 43/48] tcg: Move env defines out of NEED_CPU_H in helper-head.h, Richard Henderson, 2023/05/31
- [PATCH v3 44/48] tcg: Remove target-specific headers from tcg.[ch], Richard Henderson, 2023/05/31
- [PATCH v3 47/48] exec/poison: Do not poison CONFIG_SOFTMMU, Richard Henderson, 2023/05/31
- [PATCH v3 42/48] tcg: Fix PAGE/PROT confusion, Richard Henderson, 2023/05/31
- [PATCH v3 45/48] plugins: Move plugin_insn_append to translator.c, Richard Henderson, 2023/05/31