Index: uspace/srv/bd/gxe_bd/gxe_bd.c
===================================================================
--- uspace/srv/bd/gxe_bd/gxe_bd.c	(revision a44abb3e9034ae19f0248b432216feb2f8487ce6)
+++ uspace/srv/bd/gxe_bd/gxe_bd.c	(revision 831257700e85d4f86746c23bc9174ea3e33e4bb6)
@@ -127,5 +127,5 @@
 static gxe_bd_t *bd_srv_gxe(bd_srv_t *bd)
 {
-	return (gxe_bd_t *)bd->srvs->sarg;
+	return (gxe_bd_t *) bd->srvs->sarg;
 }
 
Index: uspace/srv/bd/part/guid_part/guid_part.c
===================================================================
--- uspace/srv/bd/part/guid_part/guid_part.c	(revision a44abb3e9034ae19f0248b432216feb2f8487ce6)
+++ uspace/srv/bd/part/guid_part/guid_part.c	(revision 831257700e85d4f86746c23bc9174ea3e33e4bb6)
@@ -55,5 +55,5 @@
 #include <sys/typefmt.h>
 #include <inttypes.h>
-#include <libblock.h>
+#include <block.h>
 #include <loc.h>
 #include <errno.h>
Index: uspace/srv/bd/part/mbr_part/mbr_part.c
===================================================================
--- uspace/srv/bd/part/mbr_part/mbr_part.c	(revision a44abb3e9034ae19f0248b432216feb2f8487ce6)
+++ uspace/srv/bd/part/mbr_part/mbr_part.c	(revision 831257700e85d4f86746c23bc9174ea3e33e4bb6)
@@ -65,5 +65,5 @@
 #include <sys/typefmt.h>
 #include <inttypes.h>
-#include <libblock.h>
+#include <block.h>
 #include <errno.h>
 #include <bool.h>
Index: uspace/srv/bd/sata_bd/sata_bd.c
===================================================================
--- uspace/srv/bd/sata_bd/sata_bd.c	(revision a44abb3e9034ae19f0248b432216feb2f8487ce6)
+++ uspace/srv/bd/sata_bd/sata_bd.c	(revision 831257700e85d4f86746c23bc9174ea3e33e4bb6)
@@ -75,5 +75,5 @@
 static sata_bd_dev_t *bd_srv_sata(bd_srv_t *bd)
 {
-	return (sata_bd_dev_t *)bd->srvs->sarg;
+	return (sata_bd_dev_t *) bd->srvs->sarg;
 }
 
