Revision 9c17d615 hw/mips_r4k.c

b/hw/mips_r4k.c
14 14
#include "serial.h"
15 15
#include "isa.h"
16 16
#include "net/net.h"
17
#include "sysemu.h"
17
#include "sysemu/sysemu.h"
18 18
#include "boards.h"
19 19
#include "flash.h"
20 20
#include "qemu/log.h"
......
24 24
#include "elf.h"
25 25
#include "mc146818rtc.h"
26 26
#include "i8254.h"
27
#include "blockdev.h"
27
#include "sysemu/blockdev.h"
28 28
#include "exec/address-spaces.h"
29 29

  
30 30
#define MAX_IDE_BUS 2

Also available in: Unified diff