hw/fdc.h -> include/hw/block/

Change-Id: I2763b2b452053607a61b33dfd29c330c41dcd405
diff --git a/hw/pc.c b/hw/pc.c
index 8897898..1245cec 100644
--- a/hw/pc.c
+++ b/hw/pc.c
@@ -23,7 +23,7 @@
  */
 #include "hw/hw.h"
 #include "hw/i386/pc.h"
-#include "fdc.h"
+#include "hw/block/fdc.h"
 #include "pci.h"
 #include "block/block.h"
 #include "sysemu/sysemu.h"
diff --git a/hw/fdc.h b/include/hw/block/fdc.h
similarity index 100%
rename from hw/fdc.h
rename to include/hw/block/fdc.h