]> git.proxmox.com Git - qemu.git/blobdiff - hw/cdrom.c
Break up vl.h.
[qemu.git] / hw / cdrom.c
index 4f1fce18f391f9a8adf4e94e89409ae38d8efb76..2aa4d3b250b8f6a1fca407a42219241274e2a2fa 100644 (file)
@@ -25,7 +25,8 @@
 /* ??? Most of the ATAPI emulation is still in ide.c.  It should be moved
    here.  */
 
-#include <vl.h>
+#include "qemu-common.h"
+#include "scsi-disk.h"
 
 static void lba_to_msf(uint8_t *buf, int lba)
 {