plugins: Drop unused headers from exec/plugin-gen.h
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 2 Apr 2023 15:31:20 +0000 (08:31 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 5 Jun 2023 19:04:29 +0000 (12:04 -0700)
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>
include/exec/plugin-gen.h

index e9a976f815ffa521515321a6deba234c28d1612f..52828781bc28e724cdf4d2aad254d921502e419d 100644 (file)
@@ -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;