Index: uspace/drv/bus/isa/isa.c
===================================================================
--- uspace/drv/bus/isa/isa.c	(revision e80188f7cd1dcc52fa6cb823f56cbbee96fa48f4)
+++ uspace/drv/bus/isa/isa.c	(revision e882e3a80e03edfdac57ccf9854bee22d5a47032)
@@ -66,6 +66,4 @@
 #include <ops/hw_res.h>
 
-#include <devman.h>
-#include <ipc/devman.h>
 #include <device/hw_res.h>
 
Index: uspace/drv/bus/usb/uhcirh/port.c
===================================================================
--- uspace/drv/bus/usb/uhcirh/port.c	(revision e80188f7cd1dcc52fa6cb823f56cbbee96fa48f4)
+++ uspace/drv/bus/usb/uhcirh/port.c	(revision e882e3a80e03edfdac57ccf9854bee22d5a47032)
@@ -37,5 +37,4 @@
 #include <str_error.h>
 #include <async.h>
-#include <devman.h>
 
 #include <usb/usb.h>    /* usb_address_t */
Index: uspace/drv/bus/usb/usbhub/port.c
===================================================================
--- uspace/drv/bus/usb/usbhub/port.c	(revision e80188f7cd1dcc52fa6cb823f56cbbee96fa48f4)
+++ uspace/drv/bus/usb/usbhub/port.c	(revision e882e3a80e03edfdac57ccf9854bee22d5a47032)
@@ -35,5 +35,4 @@
 
 #include <bool.h>
-#include <devman.h>
 #include <errno.h>
 #include <str_error.h>
Index: uspace/drv/char/ps2mouse/main.c
===================================================================
--- uspace/drv/char/ps2mouse/main.c	(revision e80188f7cd1dcc52fa6cb823f56cbbee96fa48f4)
+++ uspace/drv/char/ps2mouse/main.c	(revision e882e3a80e03edfdac57ccf9854bee22d5a47032)
@@ -35,5 +35,4 @@
 #include <libarch/inttypes.h>
 #include <ddf/driver.h>
-#include <devman.h>
 #include <device/hw_res_parsed.h>
 #include <errno.h>
Index: uspace/drv/char/xtkbd/main.c
===================================================================
--- uspace/drv/char/xtkbd/main.c	(revision e80188f7cd1dcc52fa6cb823f56cbbee96fa48f4)
+++ uspace/drv/char/xtkbd/main.c	(revision e882e3a80e03edfdac57ccf9854bee22d5a47032)
@@ -35,5 +35,4 @@
 #include <libarch/inttypes.h>
 #include <ddf/driver.h>
-#include <devman.h>
 #include <device/hw_res_parsed.h>
 #include <errno.h>
Index: uspace/drv/infrastructure/root/root.c
===================================================================
--- uspace/drv/infrastructure/root/root.c	(revision e80188f7cd1dcc52fa6cb823f56cbbee96fa48f4)
+++ uspace/drv/infrastructure/root/root.c	(revision e882e3a80e03edfdac57ccf9854bee22d5a47032)
@@ -53,6 +53,4 @@
 #include <ddf/driver.h>
 #include <ddf/log.h>
-#include <devman.h>
-#include <ipc/devman.h>
 
 #define NAME "root"
Index: uspace/drv/infrastructure/rootpc/rootpc.c
===================================================================
--- uspace/drv/infrastructure/rootpc/rootpc.c	(revision e80188f7cd1dcc52fa6cb823f56cbbee96fa48f4)
+++ uspace/drv/infrastructure/rootpc/rootpc.c	(revision e882e3a80e03edfdac57ccf9854bee22d5a47032)
@@ -48,6 +48,4 @@
 #include <ddf/driver.h>
 #include <ddf/log.h>
-#include <devman.h>
-#include <ipc/devman.h>
 #include <ipc/dev_iface.h>
 #include <ops/hw_res.h>
Index: uspace/drv/nic/e1k/e1k.c
===================================================================
--- uspace/drv/nic/e1k/e1k.c	(revision e80188f7cd1dcc52fa6cb823f56cbbee96fa48f4)
+++ uspace/drv/nic/e1k/e1k.c	(revision e882e3a80e03edfdac57ccf9854bee22d5a47032)
@@ -46,5 +46,4 @@
 #include <ddf/log.h>
 #include <ddf/interrupt.h>
-#include <devman.h>
 #include <device/hw_res_parsed.h>
 #include <device/pci.h>
Index: uspace/lib/net/generic/net_remote.c
===================================================================
--- uspace/lib/net/generic/net_remote.c	(revision e80188f7cd1dcc52fa6cb823f56cbbee96fa48f4)
+++ uspace/lib/net/generic/net_remote.c	(revision e882e3a80e03edfdac57ccf9854bee22d5a47032)
@@ -40,5 +40,4 @@
 #include <malloc.h>
 #include <async.h>
-#include <devman.h>
 #include <generic.h>
 #include <net/modules.h>
Index: uspace/lib/usb/src/ddfiface.c
===================================================================
--- uspace/lib/usb/src/ddfiface.c	(revision e80188f7cd1dcc52fa6cb823f56cbbee96fa48f4)
+++ uspace/lib/usb/src/ddfiface.c	(revision e882e3a80e03edfdac57ccf9854bee22d5a47032)
@@ -33,5 +33,4 @@
  * Implementations of DDF interfaces functions (actual implementation).
  */
-#include <ipc/devman.h>
 #include <devman.h>
 #include <async.h>
Index: uspace/lib/usbvirt/src/ipc_dev.c
===================================================================
--- uspace/lib/usbvirt/src/ipc_dev.c	(revision e80188f7cd1dcc52fa6cb823f56cbbee96fa48f4)
+++ uspace/lib/usbvirt/src/ipc_dev.c	(revision e882e3a80e03edfdac57ccf9854bee22d5a47032)
@@ -38,5 +38,4 @@
 #include <assert.h>
 #include <async.h>
-#include <devman.h>
 #include <usbvirt/device.h>
 #include <usbvirt/ipc.h>
Index: uspace/lib/usbvirt/src/ipc_hc.c
===================================================================
--- uspace/lib/usbvirt/src/ipc_hc.c	(revision e80188f7cd1dcc52fa6cb823f56cbbee96fa48f4)
+++ uspace/lib/usbvirt/src/ipc_hc.c	(revision e882e3a80e03edfdac57ccf9854bee22d5a47032)
@@ -38,5 +38,4 @@
 #include <assert.h>
 #include <async.h>
-#include <devman.h>
 #include <usbvirt/device.h>
 #include <usbvirt/ipc.h>
