From: Roman Bolshakov Date: Thu, 28 May 2020 19:37:48 +0000 (+0300) Subject: i386: hvf: Clean stray includes in sysemu X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8598135dd6df2b2ad2ce10f68d9eae3e9e26da6d;p=qemu.git i386: hvf: Clean stray includes in sysemu They have no use. Signed-off-by: Roman Bolshakov Reviewed-by: Claudio Fontana Message-Id: <20200528193758.51454-4-r.bolshakov@yadro.com> Signed-off-by: Paolo Bonzini --- 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 -#include -#include -#include "target/i386/cpu.h" uint32_t hvf_get_supported_cpuid(uint32_t func, uint32_t idx, int reg); extern bool hvf_allowed;