diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2017-10-03 15:22:35 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2017-12-22 15:02:07 +0100 |
commit | 895f9fdf3ac5481ca5ad5763bf667cbf82aa52c4 (patch) | |
tree | 8ed71db2ee58126c7d3a893e9cb516adcde2c621 /target/i386/hvf/x86.h | |
parent | da20f5cd0d9935205e607eaa843ed22fdea91b83 (diff) |
i386: hvf: cleanup x86_gen.h
This only includes VM_PANIC now. No need to include it from headers.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'target/i386/hvf/x86.h')
-rw-r--r-- | target/i386/hvf/x86.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/i386/hvf/x86.h b/target/i386/hvf/x86.h index ae877f0022..103ec0976c 100644 --- a/target/i386/hvf/x86.h +++ b/target/i386/hvf/x86.h @@ -19,8 +19,6 @@ #ifndef HVF_X86_H #define HVF_X86_H 1 -#include "x86_gen.h" - typedef struct x86_register { union { struct { |