diff options
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2023-10-04 11:25:08 +0200 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2023-10-07 19:02:32 +0200 |
| commit | 6da9447929a88c05bc82a6ead0c967ce1e1e838c (patch) | |
| tree | c615e3b864ec720fcbc297e7f928282899769651 | |
| parent | 2f3913f4b2ad74baeb5a6f1d36efbd9ecdf1057d (diff) | |
| download | focaccia-qemu-6da9447929a88c05bc82a6ead0c967ce1e1e838c.tar.gz focaccia-qemu-6da9447929a88c05bc82a6ead0c967ce1e1e838c.zip | |
target/i386/hvf: Remove unused includes in 'hvf-i386.h'
The only non standard type -- CPUArchState -- is forward declared in "qemu/typedefs.h", so no particular header is required here. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Roman Bolshakov <roman@roolebo.dev> Tested-by: Roman Bolshakov <roman@roolebo.dev> Message-ID: <20231004092510.39498-2-philmd@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
| -rw-r--r-- | target/i386/hvf/hvf-i386.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/target/i386/hvf/hvf-i386.h b/target/i386/hvf/hvf-i386.h index 95b47c1c2e..243bc111cc 100644 --- a/target/i386/hvf/hvf-i386.h +++ b/target/i386/hvf/hvf-i386.h @@ -16,12 +16,6 @@ #ifndef HVF_I386_H #define HVF_I386_H -#include "qemu/accel.h" -#include "sysemu/hvf.h" -#include "sysemu/hvf_int.h" -#include "cpu.h" -#include "x86.h" - void hvf_handle_io(CPUArchState *, uint16_t, void *, int, int, int); /* Host specific functions */ |