summary refs log tree commit diff stats
path: root/hw/usb/dev-storage-classic.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/usb/dev-storage-classic.c')
-rw-r--r--hw/usb/dev-storage-classic.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/usb/dev-storage-classic.c b/hw/usb/dev-storage-classic.c
index 818f58db2f..56ef39da2e 100644
--- a/hw/usb/dev-storage-classic.c
+++ b/hw/usb/dev-storage-classic.c
@@ -13,8 +13,8 @@
 #include "hw/usb.h"
 #include "hw/usb/desc.h"
 #include "hw/usb/msd.h"
-#include "sysemu/sysemu.h"
-#include "sysemu/block-backend.h"
+#include "system/system.h"
+#include "system/block-backend.h"
 
 static const struct SCSIBusInfo usb_msd_scsi_info_storage = {
     .tcq = false,