Revision 0d09e41a hw/ide/core.c

b/hw/ide/core.c
23 23
 * THE SOFTWARE.
24 24
 */
25 25
#include <hw/hw.h>
26
#include <hw/pc.h>
26
#include <hw/i386/pc.h>
27 27
#include <hw/pci/pci.h>
28
#include <hw/isa.h>
28
#include <hw/isa/isa.h>
29 29
#include "qemu/error-report.h"
30 30
#include "qemu/timer.h"
31 31
#include "sysemu/sysemu.h"
32 32
#include "sysemu/dma.h"
33
#include "hw/block-common.h"
33
#include "hw/block/block.h"
34 34
#include "sysemu/blockdev.h"
35 35

  
36 36
#include <hw/ide/internal.h>

Also available in: Unified diff