diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2023-04-02 08:31:20 -0700 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2023-06-05 12:04:29 -0700 |
commit | 6fcc02292c74a271e8f377f25b6818ea5c1f36ff (patch) | |
tree | 349e45bc7c82852b9850769b7ad145b368ad32a7 /include/exec/plugin-gen.h | |
parent | bc54ef8c6a5331471f2a7bdd0e81982c2fafc9e5 (diff) |
plugins: Drop unused headers from exec/plugin-gen.h
Two headers are not required for the rest of the
contents of plugin-gen.h.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'include/exec/plugin-gen.h')
-rw-r--r-- | include/exec/plugin-gen.h | 2 |
1 files changed, 0 insertions, 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; |