Drop an #include not needed by the header itself. While verifying the
header (now) builds standalone, I noticed an omission in a public header
which gets taken care of here as well.
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
#define __ASM_X86_HVM_VIOAPIC_H__
#include <xen/types.h>
-#include <xen/smp.h>
#include <public/hvm/save.h>
#define VIOAPIC_VERSION_ID 0x11 /* IOAPIC version */
#ifndef __XEN_PUBLIC_HVM_SAVE_X86_H__
#define __XEN_PUBLIC_HVM_SAVE_X86_H__
+#include "../../xen.h"
+
/*
* Save/restore header: general info about the save file.
*/