]> git.proxmox.com Git - qemu.git/blobdiff - hw/nand.c
blockdev: Collect block device code in new blockdev.c
[qemu.git] / hw / nand.c
index 40d5a6a73671db099c40c198a1eacd169145e756..cd7444f9a5e37a37944b7051d155a4f6ddda8412 100644 (file)
--- a/hw/nand.c
+++ b/hw/nand.c
@@ -13,9 +13,8 @@
 
 # include "hw.h"
 # include "flash.h"
-# include "block.h"
+# include "blockdev.h"
 /* FIXME: Pass block device as an argument.  */
-# include "sysemu.h"
 
 # define NAND_CMD_READ0                0x00
 # define NAND_CMD_READ1                0x01