From: Richard Henderson Date: Sun, 2 Apr 2023 15:31:20 +0000 (-0700) Subject: plugins: Drop unused headers from exec/plugin-gen.h X-Git-Tag: pull-xenfv-stable-20231106~252^2~4 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=6fcc02292c74a271e8f377f25b6818ea5c1f36ff;p=users%2Fdwmw2%2Fqemu.git 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é Signed-off-by: Richard Henderson --- 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;