aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2023-04-02 08:31:20 -0700
committerRichard Henderson <richard.henderson@linaro.org>2023-06-05 12:04:29 -0700
commit6fcc02292c74a271e8f377f25b6818ea5c1f36ff (patch)
tree349e45bc7c82852b9850769b7ad145b368ad32a7 /include
parentbc54ef8c6a5331471f2a7bdd0e81982c2fafc9e5 (diff)
downloadqemu-6fcc02292c74a271e8f377f25b6818ea5c1f36ff.zip
qemu-6fcc02292c74a271e8f377f25b6818ea5c1f36ff.tar.gz
qemu-6fcc02292c74a271e8f377f25b6818ea5c1f36ff.tar.bz2
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')
-rw-r--r--include/exec/plugin-gen.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/exec/plugin-gen.h b/include/exec/plugin-gen.h
index e9a976f..5282878 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;