Revision 1de7afc9 hw/fdc.c

b/hw/fdc.c
29 29

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

  
41 41
/********************************************************/
42 42
/* debug Floppy devices */

Also available in: Unified diff