Index: uspace/lib/bithenge/src/helenos/common.h
===================================================================
--- uspace/lib/bithenge/src/helenos/common.h	(revision 4c5deac76eda41d46763625edf834f1e3214c0c4)
+++ uspace/lib/bithenge/src/helenos/common.h	(revision da3bc0e9e3951e0500ab4617a9ab5d9d8ea0a05b)
@@ -38,5 +38,4 @@
 #include <mem.h>
 #include <stdlib.h>
-#include <errno.h>
 #include <str.h>
 #include <str_error.h>
Index: uspace/lib/c/generic/fibril.c
===================================================================
--- uspace/lib/c/generic/fibril.c	(revision 4c5deac76eda41d46763625edf834f1e3214c0c4)
+++ uspace/lib/c/generic/fibril.c	(revision da3bc0e9e3951e0500ab4617a9ab5d9d8ea0a05b)
@@ -49,5 +49,4 @@
 #include <assert.h>
 #include <async.h>
-#include <futex.h>
 
 #ifdef FUTEX_UPGRADABLE
Index: uspace/lib/c/generic/str.c
===================================================================
--- uspace/lib/c/generic/str.c	(revision 4c5deac76eda41d46763625edf834f1e3214c0c4)
+++ uspace/lib/c/generic/str.c	(revision da3bc0e9e3951e0500ab4617a9ab5d9d8ea0a05b)
@@ -45,5 +45,4 @@
 #include <align.h>
 #include <mem.h>
-#include <str.h>
 
 /** Check the condition if wchar_t is signed */
Index: uspace/lib/drv/generic/driver.c
===================================================================
--- uspace/lib/drv/generic/driver.c	(revision 4c5deac76eda41d46763625edf834f1e3214c0c4)
+++ uspace/lib/drv/generic/driver.c	(revision da3bc0e9e3951e0500ab4617a9ab5d9d8ea0a05b)
@@ -49,5 +49,4 @@
 #include <str_error.h>
 #include <ctype.h>
-#include <errno.h>
 #include <inttypes.h>
 #include <devman.h>
Index: uspace/lib/pcut/tests/xmlreport.c
===================================================================
--- uspace/lib/pcut/tests/xmlreport.c	(revision 4c5deac76eda41d46763625edf834f1e3214c0c4)
+++ uspace/lib/pcut/tests/xmlreport.c	(revision da3bc0e9e3951e0500ab4617a9ab5d9d8ea0a05b)
@@ -30,6 +30,4 @@
 #include "tested.h"
 
-#include <pcut/pcut.h>
-#include "tested.h"
 
 PCUT_INIT
Index: uspace/lib/usbdev/src/hub.c
===================================================================
--- uspace/lib/usbdev/src/hub.c	(revision 4c5deac76eda41d46763625edf834f1e3214c0c4)
+++ uspace/lib/usbdev/src/hub.c	(revision da3bc0e9e3951e0500ab4617a9ab5d9d8ea0a05b)
@@ -41,5 +41,4 @@
 #include <errno.h>
 #include <assert.h>
-#include <usb/debug.h>
 #include <time.h>
 #include <async.h>
