From 88d0c06187261c883eb340a069c87aa35b3a620d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 3 Jun 2008 14:51:09 +0100 Subject: [PATCH] Fix up #includes --- hw/xen_machine_fv.c | 3 ++- hw/xen_platform.c | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/hw/xen_machine_fv.c b/hw/xen_machine_fv.c index 5fc9dda42..01a9c42e9 100644 --- a/hw/xen_machine_fv.c +++ b/hw/xen_machine_fv.c @@ -23,7 +23,8 @@ * THE SOFTWARE. */ -#include "vl.h" +#include "hw.h" + #include #include diff --git a/hw/xen_platform.c b/hw/xen_platform.c index 597e2c05e..7aff7dd15 100644 --- a/hw/xen_platform.c +++ b/hw/xen_platform.c @@ -22,7 +22,10 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ -#include "vl.h" + +#include "hw.h" +#include "pci.h" +#include "irq.h" #include -- 2.39.5