diff options
author | Thomas Huth | 2021-04-16 19:13:13 +0200 |
---|---|---|
committer | Laurent Vivier | 2021-05-02 17:24:51 +0200 |
commit | 2068cabd3fb1f46dbdd8b24eeaded89a4c9d85e1 (patch) | |
tree | 0e81654d30815d42fb6bb95105a7e2f3e6ebc1b1 /dump/win_dump.c | |
parent | Do not include hw/boards.h if it's not really necessary (diff) | |
download | qemu-2068cabd3fb1f46dbdd8b24eeaded89a4c9d85e1.tar.gz qemu-2068cabd3fb1f46dbdd8b24eeaded89a4c9d85e1.tar.xz qemu-2068cabd3fb1f46dbdd8b24eeaded89a4c9d85e1.zip |
Do not include cpu.h if it's not really necessary
Stop including cpu.h in files that don't need it.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20210416171314.2074665-4-thuth@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'dump/win_dump.c')
-rw-r--r-- | dump/win_dump.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dump/win_dump.c b/dump/win_dump.c index 652c7bad99..c5eb5a9aac 100644 --- a/dump/win_dump.c +++ b/dump/win_dump.c @@ -12,7 +12,6 @@ #include "qemu-common.h" #include "qemu/cutils.h" #include "elf.h" -#include "cpu.h" #include "exec/hwaddr.h" #include "monitor/monitor.h" #include "sysemu/kvm.h" |