From 4536cb95181382c5817d4c3b66b76c5e19b61bb1 Mon Sep 17 00:00:00 2001 From: Robert Mustacchi Date: Mon, 6 Jun 2011 11:35:48 -0700 Subject: HVM-301 Clean up externs/includes for kvm_i825[49].c and kvm_ioapic.c --- kvm_ioapic.c | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'kvm_ioapic.c') diff --git a/kvm_ioapic.c b/kvm_ioapic.c index ccca2a4..ab5c3f9 100644 --- a/kvm_ioapic.c +++ b/kvm_ioapic.c @@ -28,18 +28,14 @@ * Copyright 2011 Joyent, Inc. All Rights Reserved. */ -/* - * XXX Need proper header files! - */ +#include +#include + #include "kvm_bitops.h" -#include "msr.h" -#include "irqflags.h" #include "kvm_host.h" -#include "kvm_x86host.h" -#include "kvm_iodev.h" -#include "kvm.h" -#include "kvm_apicdef.h" +#include "kvm_timer.h" #include "kvm_ioapic.h" +#include "kvm_lapic.h" #include "kvm_irq.h" static int ioapic_deliver(struct kvm_ioapic *, int); -- cgit v1.2.3