Index: uspace/drv/bus/usb/ohci/ohci_batch.h
===================================================================
--- uspace/drv/bus/usb/ohci/ohci_batch.h	(revision 56e9fb08d7114e89f0168c642fc39ee8b60016af)
+++ uspace/drv/bus/usb/ohci/ohci_batch.h	(revision f58ef61d1eb8228798d5216b18e8d5bab331b6f3)
@@ -38,5 +38,5 @@
 #include <usbhc_iface.h>
 #include <usb/usb.h>
-#include <usb/host/batch.h>
+#include <usb/host/usb_transfer_batch.h>
 
 #include "hw_struct/transfer_descriptor.h"
Index: uspace/drv/bus/usb/ohci/root_hub.h
===================================================================
--- uspace/drv/bus/usb/ohci/root_hub.h	(revision 56e9fb08d7114e89f0168c642fc39ee8b60016af)
+++ uspace/drv/bus/usb/ohci/root_hub.h	(revision f58ef61d1eb8228798d5216b18e8d5bab331b6f3)
@@ -37,5 +37,5 @@
 #include <usb/usb.h>
 #include <usb/dev/driver.h>
-#include <usb/host/batch.h>
+#include <usb/host/usb_transfer_batch.h>
 
 #include "ohci_regs.h"
@@ -66,5 +66,4 @@
 	/** size of hub descriptor */
 	size_t hub_descriptor_size;
-
 } rh_t;
 
Index: uspace/drv/bus/usb/uhci/hc.h
===================================================================
--- uspace/drv/bus/usb/uhci/hc.h	(revision 56e9fb08d7114e89f0168c642fc39ee8b60016af)
+++ uspace/drv/bus/usb/uhci/hc.h	(revision f58ef61d1eb8228798d5216b18e8d5bab331b6f3)
@@ -39,5 +39,4 @@
 #include <ddi.h>
 
-#include <usb/host/batch.h>
 #include <usb/host/hcd.h>
 
Index: uspace/drv/bus/usb/uhci/uhci_batch.h
===================================================================
--- uspace/drv/bus/usb/uhci/uhci_batch.h	(revision 56e9fb08d7114e89f0168c642fc39ee8b60016af)
+++ uspace/drv/bus/usb/uhci/uhci_batch.h	(revision f58ef61d1eb8228798d5216b18e8d5bab331b6f3)
@@ -35,5 +35,5 @@
 #define DRV_UHCI_BATCH_H
 
-#include <usb/host/batch.h>
+#include <usb/host/usb_transfer_batch.h>
 #include <adt/list.h>
 
