]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/fdc.c
hw: include hw header files with full paths
[mirror_qemu.git] / hw / fdc.c
index 976a587c42f9976e8cf4b9207723dc5c39d2bf15..a4bb1290effed7aba5151f6c075143960a863758 100644 (file)
--- a/hw/fdc.c
+++ b/hw/fdc.c
  * way. There are changes in DOR register and DMA is not available.
  */
 
-#include "hw.h"
-#include "fdc.h"
+#include "hw/hw.h"
+#include "hw/fdc.h"
 #include "qemu/error-report.h"
 #include "qemu/timer.h"
-#include "isa.h"
-#include "sysbus.h"
-#include "qdev-addr.h"
+#include "hw/isa.h"
+#include "hw/sysbus.h"
+#include "hw/qdev-addr.h"
 #include "sysemu/blockdev.h"
 #include "sysemu/sysemu.h"
 #include "qemu/log.h"