diff options
-rw-r--r-- | include/sysemu/hvf.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/sysemu/hvf.h b/include/sysemu/hvf.h index 2af32e505e..5214ed5202 100644 --- a/include/sysemu/hvf.h +++ b/include/sysemu/hvf.h @@ -13,14 +13,7 @@ #ifndef HVF_H #define HVF_H -#include "cpu.h" -#include "qemu/bitops.h" - #ifdef CONFIG_HVF -#include <Hypervisor/hv.h> -#include <Hypervisor/hv_vmx.h> -#include <Hypervisor/hv_error.h> -#include "target/i386/cpu.h" uint32_t hvf_get_supported_cpuid(uint32_t func, uint32_t idx, int reg); extern bool hvf_allowed; |