diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2017-10-03 15:36:05 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2017-12-22 15:02:07 +0100 |
commit | f9fea777405b43dd4143548d573d3799b9fb728f (patch) | |
tree | 1aca1b6c461eb4a181ccf08aa89b8034e025d698 /target/i386/hvf/x86_cpuid.c | |
parent | 69e0a03c3f28f5bd35f54a47cd4996cc14e135ba (diff) |
i386: hvf: header cleanup
Remove inclusions of system headers and avoid "pragma once".
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'target/i386/hvf/x86_cpuid.c')
-rw-r--r-- | target/i386/hvf/x86_cpuid.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/i386/hvf/x86_cpuid.c b/target/i386/hvf/x86_cpuid.c index 103223a85d..bcb9705a71 100644 --- a/target/i386/hvf/x86_cpuid.c +++ b/target/i386/hvf/x86_cpuid.c @@ -21,6 +21,7 @@ */ #include "qemu/osdep.h" +#include "qemu-common.h" #include "x86.h" #include "vmx.h" #include "sysemu/hvf.h" |