From 87ecb68bdf8a3e40ef885ddbb7ca1797dca40ebf Mon Sep 17 00:00:00 2001 From: pbrook Date: Sat, 17 Nov 2007 17:14:51 +0000 Subject: Break up vl.h. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3674 c046a42c-6fe2-441c-8c8c-71466251a162 --- hw/fdc.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'hw/fdc.c') diff --git a/hw/fdc.c b/hw/fdc.c index f0033b8..ec9c2a3 100644 --- a/hw/fdc.c +++ b/hw/fdc.c @@ -25,7 +25,11 @@ * The controller is used in Sun4m systems in a slightly different * way. There are changes in DOR register and DMA is not available. */ -#include "vl.h" +#include "hw.h" +#include "fdc.h" +#include "block.h" +#include "qemu-timer.h" +#include "isa.h" /********************************************************/ /* debug Floppy devices */ -- cgit v1.1