Index: uspace/drv/bus/usb/ehci/ehci_batch.h
===================================================================
--- uspace/drv/bus/usb/ehci/ehci_batch.h	(revision 2b3dd78e52704a51e22b71513327373cf8f6a614)
+++ uspace/drv/bus/usb/ehci/ehci_batch.h	(revision 4e17d54b4419e0e016292f66bc09bd15538510a1)
@@ -39,5 +39,5 @@
 #include <stdbool.h>
 #include <usb/host/usb_transfer_batch.h>
-#include <usb/host/dma_buffer.h>
+#include <usb/dma_buffer.h>
 
 #include "hw_struct/queue_head.h"
Index: uspace/drv/bus/usb/ehci/ehci_bus.h
===================================================================
--- uspace/drv/bus/usb/ehci/ehci_bus.h	(revision 2b3dd78e52704a51e22b71513327373cf8f6a614)
+++ uspace/drv/bus/usb/ehci/ehci_bus.h	(revision 4e17d54b4419e0e016292f66bc09bd15538510a1)
@@ -40,5 +40,5 @@
 #include <usb/host/usb2_bus.h>
 #include <usb/host/endpoint.h>
-#include <usb/host/dma_buffer.h>
+#include <usb/dma_buffer.h>
 
 #include "hw_struct/queue_head.h"
Index: uspace/drv/bus/usb/xhci/commands.h
===================================================================
--- uspace/drv/bus/usb/xhci/commands.h	(revision 2b3dd78e52704a51e22b71513327373cf8f6a614)
+++ uspace/drv/bus/usb/xhci/commands.h	(revision 4e17d54b4419e0e016292f66bc09bd15538510a1)
@@ -40,5 +40,5 @@
 #include <stdbool.h>
 #include <fibril_synch.h>
-#include <usb/host/dma_buffer.h>
+#include <usb/dma_buffer.h>
 #include "hw_struct/trb.h"
 #include "trb_ring.h"
Index: uspace/drv/bus/usb/xhci/device.h
===================================================================
--- uspace/drv/bus/usb/xhci/device.h	(revision 2b3dd78e52704a51e22b71513327373cf8f6a614)
+++ uspace/drv/bus/usb/xhci/device.h	(revision 4e17d54b4419e0e016292f66bc09bd15538510a1)
@@ -36,5 +36,5 @@
 
 #include <usb/host/bus.h>
-#include <usb/host/dma_buffer.h>
+#include <usb/dma_buffer.h>
 
 typedef struct xhci_slot_ctx xhci_slot_ctx_t;
Index: uspace/drv/bus/usb/xhci/endpoint.h
===================================================================
--- uspace/drv/bus/usb/xhci/endpoint.h	(revision 2b3dd78e52704a51e22b71513327373cf8f6a614)
+++ uspace/drv/bus/usb/xhci/endpoint.h	(revision 4e17d54b4419e0e016292f66bc09bd15538510a1)
@@ -40,5 +40,5 @@
 
 #include <usb/debug.h>
-#include <usb/host/dma_buffer.h>
+#include <usb/dma_buffer.h>
 #include <usb/host/endpoint.h>
 #include <usb/host/hcd.h>
Index: uspace/drv/bus/usb/xhci/isoch.h
===================================================================
--- uspace/drv/bus/usb/xhci/isoch.h	(revision 2b3dd78e52704a51e22b71513327373cf8f6a614)
+++ uspace/drv/bus/usb/xhci/isoch.h	(revision 4e17d54b4419e0e016292f66bc09bd15538510a1)
@@ -37,5 +37,5 @@
 #define XHCI_ISOCH_H
 
-#include <usb/host/dma_buffer.h>
+#include <usb/dma_buffer.h>
 
 #include "trb_ring.h"
Index: uspace/drv/bus/usb/xhci/rh.c
===================================================================
--- uspace/drv/bus/usb/xhci/rh.c	(revision 2b3dd78e52704a51e22b71513327373cf8f6a614)
+++ uspace/drv/bus/usb/xhci/rh.c	(revision 4e17d54b4419e0e016292f66bc09bd15538510a1)
@@ -40,5 +40,5 @@
 #include <usb/host/bus.h>
 #include <usb/host/ddf_helpers.h>
-#include <usb/host/dma_buffer.h>
+#include <usb/dma_buffer.h>
 #include <usb/host/hcd.h>
 #include <usb/port.h>
Index: uspace/drv/bus/usb/xhci/scratchpad.h
===================================================================
--- uspace/drv/bus/usb/xhci/scratchpad.h	(revision 2b3dd78e52704a51e22b71513327373cf8f6a614)
+++ uspace/drv/bus/usb/xhci/scratchpad.h	(revision 4e17d54b4419e0e016292f66bc09bd15538510a1)
@@ -41,5 +41,5 @@
 #define XHCI_SCRATCHPAD_H
 
-#include <usb/host/dma_buffer.h>
+#include <usb/dma_buffer.h>
 
 typedef struct xhci_hc xhci_hc_t;
Index: uspace/drv/bus/usb/xhci/trb_ring.h
===================================================================
--- uspace/drv/bus/usb/xhci/trb_ring.h	(revision 2b3dd78e52704a51e22b71513327373cf8f6a614)
+++ uspace/drv/bus/usb/xhci/trb_ring.h	(revision 4e17d54b4419e0e016292f66bc09bd15538510a1)
@@ -46,5 +46,5 @@
 #include <fibril_synch.h>
 #include <libarch/config.h>
-#include <usb/host/dma_buffer.h>
+#include <usb/dma_buffer.h>
 
 typedef struct trb_segment trb_segment_t;
