Index: kernel/arch/amd64/src/interrupt.c
===================================================================
--- kernel/arch/amd64/src/interrupt.c	(revision 4c5deac76eda41d46763625edf834f1e3214c0c4)
+++ kernel/arch/amd64/src/interrupt.c	(revision 1558d85ed379df2444da9a5e16727816dbb0a4b8)
@@ -45,5 +45,4 @@
 #include <mm/as.h>
 #include <arch.h>
-#include <arch/asm.h>
 #include <proc/scheduler.h>
 #include <proc/thread.h>
Index: kernel/arch/amd64/src/syscall.c
===================================================================
--- kernel/arch/amd64/src/syscall.c	(revision 4c5deac76eda41d46763625edf834f1e3214c0c4)
+++ kernel/arch/amd64/src/syscall.c	(revision 1558d85ed379df2444da9a5e16727816dbb0a4b8)
@@ -41,5 +41,4 @@
 
 #include <print.h>
-#include <arch/cpu.h>
 
 extern void syscall_entry(void);
Index: kernel/arch/ia32/src/drivers/i8254.c
===================================================================
--- kernel/arch/ia32/src/drivers/i8254.c	(revision 4c5deac76eda41d46763625edf834f1e3214c0c4)
+++ kernel/arch/ia32/src/drivers/i8254.c	(revision 1558d85ed379df2444da9a5e16727816dbb0a4b8)
@@ -50,5 +50,4 @@
 #include <arch/cpuid.h>
 #include <arch.h>
-#include <time/delay.h>
 #include <ddi/irq.h>
 #include <ddi/device.h>
Index: kernel/generic/include/mm/as.h
===================================================================
--- kernel/generic/include/mm/as.h	(revision 4c5deac76eda41d46763625edf834f1e3214c0c4)
+++ kernel/generic/include/mm/as.h	(revision 1558d85ed379df2444da9a5e16727816dbb0a4b8)
@@ -42,5 +42,4 @@
 #include <arch/mm/asid.h>
 #include <arch/istate.h>
-#include <typedefs.h>
 #include <synch/spinlock.h>
 #include <synch/mutex.h>
Index: kernel/generic/src/console/kconsole.c
===================================================================
--- kernel/generic/src/console/kconsole.c	(revision 4c5deac76eda41d46763625edf834f1e3214c0c4)
+++ kernel/generic/src/console/kconsole.c	(revision 1558d85ed379df2444da9a5e16727816dbb0a4b8)
@@ -58,5 +58,4 @@
 #include <errno.h>
 #include <putchar.h>
-#include <str.h>
 #include <mm/slab.h>
 
Index: kernel/generic/src/debug/symtab.c
===================================================================
--- kernel/generic/src/debug/symtab.c	(revision 4c5deac76eda41d46763625edf834f1e3214c0c4)
+++ kernel/generic/src/debug/symtab.c	(revision 1558d85ed379df2444da9a5e16727816dbb0a4b8)
@@ -41,5 +41,4 @@
 #include <print.h>
 #include <typedefs.h>
-#include <typedefs.h>
 #include <errno.h>
 #include <console/prompt.h>
Index: kernel/generic/src/printf/vprintf.c
===================================================================
--- kernel/generic/src/printf/vprintf.c	(revision 4c5deac76eda41d46763625edf834f1e3214c0c4)
+++ kernel/generic/src/printf/vprintf.c	(revision 1558d85ed379df2444da9a5e16727816dbb0a4b8)
@@ -38,5 +38,4 @@
 #include <synch/spinlock.h>
 #include <arch/asm.h>
-#include <typedefs.h>
 #include <typedefs.h>
 #include <str.h>
Index: kernel/generic/src/proc/scheduler.c
===================================================================
--- kernel/generic/src/proc/scheduler.c	(revision 4c5deac76eda41d46763625edf834f1e3214c0c4)
+++ kernel/generic/src/proc/scheduler.c	(revision 1558d85ed379df2444da9a5e16727816dbb0a4b8)
@@ -66,5 +66,4 @@
 #include <debug.h>
 #include <stacktrace.h>
-#include <cpu.h>
 
 static void scheduler_separated_stack(void);
Index: uspace/app/bdsh/cmds/modules/mkfile/mkfile.c
===================================================================
--- uspace/app/bdsh/cmds/modules/mkfile/mkfile.c	(revision 4c5deac76eda41d46763625edf834f1e3214c0c4)
+++ uspace/app/bdsh/cmds/modules/mkfile/mkfile.c	(revision 1558d85ed379df2444da9a5e16727816dbb0a4b8)
@@ -34,5 +34,4 @@
 #include <sys/types.h>
 #include <sys/stat.h>
-#include <fcntl.h>
 #include <macros.h>
 #include <getopt.h>
Index: uspace/app/bdsh/util.c
===================================================================
--- uspace/app/bdsh/util.c	(revision 4c5deac76eda41d46763625edf834f1e3214c0c4)
+++ uspace/app/bdsh/util.c	(revision 1558d85ed379df2444da9a5e16727816dbb0a4b8)
@@ -31,5 +31,4 @@
 #include <stdarg.h>
 #include <stdlib.h>
-#include <stdarg.h>
 
 #include "config.h"
Index: uspace/drv/bus/isa/i8237.c
===================================================================
--- uspace/drv/bus/isa/i8237.c	(revision 4c5deac76eda41d46763625edf834f1e3214c0c4)
+++ uspace/drv/bus/isa/i8237.c	(revision 1558d85ed379df2444da9a5e16727816dbb0a4b8)
@@ -41,6 +41,4 @@
 #include <ddf/log.h>
 #include <fibril_synch.h>
-#include <ddi.h>
-#include <ddf/log.h>
 #include "i8237.h"
 
Index: uspace/drv/bus/usb/ohci/root_hub.c
===================================================================
--- uspace/drv/bus/usb/ohci/root_hub.c	(revision 4c5deac76eda41d46763625edf834f1e3214c0c4)
+++ uspace/drv/bus/usb/ohci/root_hub.c	(revision 1558d85ed379df2444da9a5e16727816dbb0a4b8)
@@ -44,5 +44,4 @@
 
 #include <usb/classes/classes.h>
-#include <usb/classes/hub.h>
 #include <usb/dev/driver.h>
 #include "ohci_regs.h"
Index: uspace/drv/bus/usb/vhc/hub/virthub.c
===================================================================
--- uspace/drv/bus/usb/vhc/hub/virthub.c	(revision 4c5deac76eda41d46763625edf834f1e3214c0c4)
+++ uspace/drv/bus/usb/vhc/hub/virthub.c	(revision 1558d85ed379df2444da9a5e16727816dbb0a4b8)
@@ -38,5 +38,4 @@
 #include <errno.h>
 #include <str_error.h>
-#include <assert.h>
 #include <stdlib.h>
 #include <ddf/driver.h>
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 1558d85ed379df2444da9a5e16727816dbb0a4b8)
@@ -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 1558d85ed379df2444da9a5e16727816dbb0a4b8)
@@ -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 1558d85ed379df2444da9a5e16727816dbb0a4b8)
@@ -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 1558d85ed379df2444da9a5e16727816dbb0a4b8)
@@ -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 1558d85ed379df2444da9a5e16727816dbb0a4b8)
@@ -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 1558d85ed379df2444da9a5e16727816dbb0a4b8)
@@ -41,5 +41,4 @@
 #include <errno.h>
 #include <assert.h>
-#include <usb/debug.h>
 #include <time.h>
 #include <async.h>
Index: uspace/srv/bd/rd/rd.c
===================================================================
--- uspace/srv/bd/rd/rd.c	(revision 4c5deac76eda41d46763625edf834f1e3214c0c4)
+++ uspace/srv/bd/rd/rd.c	(revision 1558d85ed379df2444da9a5e16727816dbb0a4b8)
@@ -49,6 +49,4 @@
 #include <errno.h>
 #include <async.h>
-#include <align.h>
-#include <async.h>
 #include <fibril_synch.h>
 #include <stdio.h>
Index: uspace/srv/fs/fat/fat_ops.c
===================================================================
--- uspace/srv/fs/fat/fat_ops.c	(revision 4c5deac76eda41d46763625edf834f1e3214c0c4)
+++ uspace/srv/fs/fat/fat_ops.c	(revision 1558d85ed379df2444da9a5e16727816dbb0a4b8)
@@ -57,5 +57,4 @@
 #include <align.h>
 #include <malloc.h>
-#include <str.h>
 
 #define FAT_NODE(node)	((node) ? (fat_node_t *) (node)->data : NULL)
Index: uspace/srv/fs/locfs/locfs_ops.c
===================================================================
--- uspace/srv/fs/locfs/locfs_ops.c	(revision 4c5deac76eda41d46763625edf834f1e3214c0c4)
+++ uspace/srv/fs/locfs/locfs_ops.c	(revision 1558d85ed379df2444da9a5e16727816dbb0a4b8)
@@ -46,5 +46,4 @@
 #include <ipc/loc.h>
 #include <sys/stat.h>
-#include <libfs.h>
 #include <assert.h>
 #include "locfs.h"
Index: uspace/srv/hid/input/input.c
===================================================================
--- uspace/srv/hid/input/input.c	(revision 4c5deac76eda41d46763625edf834f1e3214c0c4)
+++ uspace/srv/hid/input/input.c	(revision 1558d85ed379df2444da9a5e16727816dbb0a4b8)
@@ -46,5 +46,4 @@
 #include <unistd.h>
 #include <stdlib.h>
-#include <stdio.h>
 #include <ns.h>
 #include <async.h>
Index: uspace/srv/hw/irc/i8259/i8259.c
===================================================================
--- uspace/srv/hw/irc/i8259/i8259.c	(revision 4c5deac76eda41d46763625edf834f1e3214c0c4)
+++ uspace/srv/hw/irc/i8259/i8259.c	(revision 1558d85ed379df2444da9a5e16727816dbb0a4b8)
@@ -45,6 +45,4 @@
 #include <stdbool.h>
 #include <errno.h>
-#include <async.h>
-#include <align.h>
 #include <async.h>
 #include <stdio.h>
