Revision 0d09e41a hw/fdc.c

b/hw/fdc.c
28 28
 */
29 29

  
30 30
#include "hw/hw.h"
31
#include "hw/fdc.h"
31
#include "hw/block/fdc.h"
32 32
#include "qemu/error-report.h"
33 33
#include "qemu/timer.h"
34
#include "hw/isa.h"
34
#include "hw/isa/isa.h"
35 35
#include "hw/sysbus.h"
36 36
#include "hw/qdev-addr.h"
37 37
#include "sysemu/blockdev.h"

Also available in: Unified diff